View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Schedule task without Login

Yes, seems to work, as you have to provide credentials for RunAs.
I would suggest you put in a lot of error handling and ensure no
dialogs/msgboxes etc are shown, as you will not have a desktop and as such
no way to interact with Excel if required.

NickHK

"macroplay" wrote in message
...
I have an excel macro that is run as a scheduled task using the windows XP
scheduler.

Is it possible to have the macro run without having to login into windows

?

thanks