Hi all,
I have a VB dll that opens an existing spreadsheet, populates with data, renames and closes both the old and new. The problem I am running into is this...
The data I input into the spreadsheet is raw. In the spreadsheet itself I have a macro that formats the raw data into a user-friendly "report". I'm having problems kicking off the macro from my dll. The only code that even seems to recognize that I'm call a macro is
app.ExecuteExcel4Macro("macroname"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
And that doesn't run correctly. I get the busy application(switch to/retry) dialog box.
Another syntax I thought would work work doesn't even recognize I'm calling a macro.
app.run("macroname"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Any help on this would be appreciated.
Thx in advance...finny
I have a VB dll that opens an existing spreadsheet, populates with data, renames and closes both the old and new. The problem I am running into is this...
The data I input into the spreadsheet is raw. In the spreadsheet itself I have a macro that formats the raw data into a user-friendly "report". I'm having problems kicking off the macro from my dll. The only code that even seems to recognize that I'm call a macro is
app.ExecuteExcel4Macro("macroname"
And that doesn't run correctly. I get the busy application(switch to/retry) dialog box.
Another syntax I thought would work work doesn't even recognize I'm calling a macro.
app.run("macroname"
Any help on this would be appreciated.
Thx in advance...finny