[Migrated content. Thread originally posted on 27 August 2003]
Does anyone knows how to execute a VBA macro when using Excel OLE in AcuGT?I have a worksheet Book1.xls wich contains the macro Macro1. With the Excel OLE sample program I found in this forum, I open this workbook and try to execute the macro with the following statement:
MODIFY hExcelApp @Run "Book1.xls!Macro1"But this doesn't work. What am I doing wrong?



