Hi,
We are on BI 4.0 SP4 using SSL and SSO with the Live office excel plugin, there is a need to generate xml file from one of the reports on a daily basis automatically and we are thinking of using Excel VBA based solution, we can refresh the live office objects using class based code (Pleace check the attached xlsm)
I also refered scn blog https://scn.sap.com/people/igor.klushnev/blog/2012/05/06/liveoffice-events-handlers-in-vba and
bobj http://www.forumtopics.com/busobj/viewtopic.php?t=198349
But I am unable to automate this straight after opening the file, even though I include the code in Sub Workbook_Open()
Is there a way to automate refresh of objects straight after opening the excel file ?
I've attached VBA code.
Many Thanks in advance,
Youqin