J
JillE
Hi,
Having trouble figuring out this one. Have an instance of Excel running and
want to run a macro that resides in the Excel template.
The following code works (i.e. the code within the macro is executed), but
it creates an odd anomaly in Excel 2000 where the spreadsheet doesn't display
correctly. I want to try a generic macro instead of an "auto" one to see if
it makes a difference but can't nail down the syntax.
With myExcel
ActiveWorkbook.RunAutoMacros xlAutoOpen
End With
Any help would be appreciated,
Jill
Having trouble figuring out this one. Have an instance of Excel running and
want to run a macro that resides in the Excel template.
The following code works (i.e. the code within the macro is executed), but
it creates an odd anomaly in Excel 2000 where the spreadsheet doesn't display
correctly. I want to try a generic macro instead of an "auto" one to see if
it makes a difference but can't nail down the syntax.
With myExcel
ActiveWorkbook.RunAutoMacros xlAutoOpen
End With
Any help would be appreciated,
Jill