Hello gurus !!
And thank by advance for you reply.
I have a behavior very strange and i like to want if you have answer for this
I explain :
I have a macro VBA in the exit setting workbook Run macro on refresh 'SAPBEXonRefresh'
In a new module i have the vba code
Sub SAPBEXonRefresh(queryID As String, resultArea As Range)
MY VBA CODE
Endsub
I set the option Refresh workbook on open because i want to execute the macro at the starting of the workbook.
This does'nt work at starting, but qwery are correctly executed. After if i refresh all qwery a macro is executed and work fine !!!
Thank for reply
Mathieu