Have a problem that I hope I can get some help with. I've scheduled a task to run on a terminal server during the night when no one is logged on. The task starts Excel and directs it to open a workbook. The workbook has a Workbook_Open event that launches a macro. The macro won't start and I believe it is because macros are not enabled within the Excel instance that is started. Excel opens and just hangs.

How can I get macros to start automatically in this environment? Thanks.