nickwilshaw
New Member
- Joined
- Apr 18, 2011
- Messages
- 13
Hi guys,
I appreciate there is precious little documentation on the web about using VBA to control Business Objects but wondered if anyone could give me a little insight into this:
I want (if possible) to be able to auto-run Refresh All Objects when the workbook opens.
I have tried using the code:
Application.CommandBars(1).Controls("&LiveOffice").Controls(6).Execute
to no avail as this just states invalid procedure error.
My next step would be to autopopulate the date fields so as to run at the previous month end.
BTW, I'm using Excel 2007
I appreciate there is precious little documentation on the web about using VBA to control Business Objects but wondered if anyone could give me a little insight into this:
I want (if possible) to be able to auto-run Refresh All Objects when the workbook opens.
I have tried using the code:
Application.CommandBars(1).Controls("&LiveOffice").Controls(6).Execute
to no avail as this just states invalid procedure error.
My next step would be to autopopulate the date fields so as to run at the previous month end.
BTW, I'm using Excel 2007