Hello,
I am trying to execute some Layout-Tasks with an Excel-Makro and call it everytime the query is refreshed. In 3.5 existed the function sapbexonrefresh. As far as I know this function does not exist anymore in NW2004s.
Is there a possibility to execute the macro everytime the query is refreshed? I've tried to replace the callback function, but all the hidden fields reappear after execution.
Has somebody an idea how to solve this problem?
Thanks in advance
Thomas
P.S: my coding:
Columns("X:BC").Select
Selection.Columns.Ungroup
Range("BC1").Activate
Selection.Columns.Group
ActiveSheet.Outline.ShowLevels RowLevels:=0, ColumnLevels:=1
Please put the code into a macro of the new workbook. Specify that macro name in the "Workbook properties" dialog -> Exits tab -> Invoke macro on refresh.
Regards,
Manjunath
Hello Thomas,
Following thread has the answer
where-can-we-find-the-sapbexonrefresh-
Regards,
Sheik Bilal
Add a comment