Dear,
I have a report in Business Objects which is altered by some VBA code. The code contains steps as Refresh the report, save it as Excel and add some pictures into the Excel WB.
When I execute this VBA on my local machine, it works fine.
Scheduling it on our Broadcast Agent server (BO Scheduler) fails however.
Why => because on our Server no Microsoft Office software is installed which means that VBA misses the Excel Reference library....and I need that one for my VBA!!
Installing MS Office is an issue as the company's policy is to avoid MS Office being installed on Servers.
Can our issue be solved?? Can we install some dll's that will allow us to run the VBA script with Excel Reference library?
I have a report in Business Objects which is altered by some VBA code. The code contains steps as Refresh the report, save it as Excel and add some pictures into the Excel WB.
When I execute this VBA on my local machine, it works fine.
Scheduling it on our Broadcast Agent server (BO Scheduler) fails however.
Why => because on our Server no Microsoft Office software is installed which means that VBA misses the Excel Reference library....and I need that one for my VBA!!
Installing MS Office is an issue as the company's policy is to avoid MS Office being installed on Servers.
Can our issue be solved?? Can we install some dll's that will allow us to run the VBA script with Excel Reference library?