View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Stevens John Stevens is offline
external usenet poster
 
Posts: 3
Default Can't run workbook with a macro from an 'at' command

I have an 'at' command that runs a .bat command that runs Excel (2000 and
2002 SP-1), opening a workbook with a macro. Except that Excel hangs on
opening, apparently at the macro security dialog.

The .bat file runs fine when run from a user logon (as opposed to SYSTEM),
when I have the macro security level set to LOW.

How do I set the default macro security level for Excel?

TIA
John Stevens