I need to launch Excel from an Access form control and open a spreadsheet that has an Auto_Open macro attached to it without running the macro. I know I can do this by using the /safe command-line switch, but that throws up a "Macros Disabled" message that I don't want the users to be bothered with.
Is there another command-line switch that will disable this "macro warning" message when running in Safe Mode? If not, how can I do this with VBA?
Start Free Trial