View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AG AG is offline
external usenet poster
 
Posts: 54
Default Macro security bypass for one application

I have an excel application activated by the task scheduler in the middle of
the night
The spreadsheet executes a macro, saves itself and shut down itself.
If the security level is set to low, it works ok
If it is set to medium, thre must be a reply and ...

The macro security level in Excel 2002 seems to be global and the same for
all applications
Is there a way to authorize my application even if the security level is not
low

Thanks

AG