Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You seem to have missed inserting the instructions ?
thx "NickHK" wrote: 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 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Eh ??
NickHK "macroplay" wrote in message ... You seem to have missed inserting the instructions ? thx "NickHK" wrote: 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 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How so I set up the task o run without logging in ?
"NickHK" wrote: Eh ?? NickHK "macroplay" wrote in message ... You seem to have missed inserting the instructions ? thx "NickHK" wrote: 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 |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The same as you schedule any task, but set it run on "When my computer
starts up". Windows 2K has that option anyway, don't know about XP. NickHK "macroplay" wrote in message ... How so I set up the task o run without logging in ? "NickHK" wrote: Eh ?? NickHK "macroplay" wrote in message ... You seem to have missed inserting the instructions ? thx "NickHK" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I schedule a task to print a document | Excel Discussion (Misc queries) | |||
How can i make time schedule sheet for login logout timmings | Excel Discussion (Misc queries) | |||
dialog box for active cell task to speed repeditive task | Excel Programming | |||
problem running macro from schedule task | Excel Programming | |||
Task Schedule for Macro | Excel Programming |