From reading the help files in the fine RBase 7.1, it looks like I can call a macro when I launch a Microsoft Office product without having to use Auto_Open. The example in the documentation shows:
Launch C:\WordDocuments\TestFile.DOC|/MacroName|W
I switched gears and am trying with excel.The macro is stored in my personal.XLS worksheet. I have tried with the personal.xls hidden and Un-Hidden. My code looks like this:
Launch c:\Test_File.XLS|/TestMacro|W
and I have tried
Launch c:\Test_File.XLS|/personal.xls!TestMacro|W
Do any of you smart people have any suggestions for me?
