I have a fairly big piece of excel vba code that I need to run. The problem is, that I need to start it from Access and the company security does not allow the starting of makros from an external trigger.
So I can start the excel code when in excel but I need to basically have to open the spreadsheet and have access do the same work that the excel code does.
Can I just copy the code and have it all run in Access and just somehow tell it that "ActiveChart" and "WorkSheets("XY")" are within Excel file "Z"?
Thanks
Kaz