View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
macroplay macroplay is offline
external usenet poster
 
Posts: 30
Default Schedule a Macro

Can the windows task scheduler be setup to open an excel workbook and run a
specific macro. I know I could use auto_open but I've found this problematic
since there is no way to stop the auto_open code from running so if there's a
bug it's impossible to fix (pressing shift while opening the file doesn;t
work).

thanks