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
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
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" <macroplay@discussions.microsoft.com> wrote in message
news:0191C31D-AB94-4752-946C-82F2E762E110@microsoft.com...
> 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
>
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" <macroplay@discussions.microsoft.com> wrote in message
> news:0191C31D-AB94-4752-946C-82F2E762E110@microsoft.com...
> > 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
> >
>
>
>
Eh ??
NickHK
"macroplay" <macroplay@discussions.microsoft.com> wrote in message
news:A91C153E-18EE-44A3-9EAB-92077047723A@microsoft.com...
> 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" <macroplay@discussions.microsoft.com> wrote in message
> > news:0191C31D-AB94-4752-946C-82F2E762E110@microsoft.com...
> > > 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
> > >
> >
> >
> >
How so I set up the task o run without logging in ?
"NickHK" wrote:
> Eh ??
>
> NickHK
>
> "macroplay" <macroplay@discussions.microsoft.com> wrote in message
> news:A91C153E-18EE-44A3-9EAB-92077047723A@microsoft.com...
> > 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" <macroplay@discussions.microsoft.com> wrote in message
> > > news:0191C31D-AB94-4752-946C-82F2E762E110@microsoft.com...
> > > > 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
> > > >
> > >
> > >
> > >
>
>
>
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" <macroplay@discussions.microsoft.com> wrote in message
news:3B9DAD2B-8E19-4019-A4DE-DFF595B0A3AA@microsoft.com...
> How so I set up the task o run without logging in ?
>
> "NickHK" wrote:
>
> > Eh ??
> >
> > NickHK
> >
> > "macroplay" <macroplay@discussions.microsoft.com> wrote in message
> > news:A91C153E-18EE-44A3-9EAB-92077047723A@microsoft.com...
> > > 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" <macroplay@discussions.microsoft.com> wrote in message
> > > > news:0191C31D-AB94-4752-946C-82F2E762E110@microsoft.com...
> > > > > 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
Thanks Nick,
john
"NickHK" wrote:
> 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" <macroplay@discussions.microsoft.com> wrote in message
> news:3B9DAD2B-8E19-4019-A4DE-DFF595B0A3AA@microsoft.com...
> > How so I set up the task o run without logging in ?
> >
> > "NickHK" wrote:
> >
> > > Eh ??
> > >
> > > NickHK
> > >
> > > "macroplay" <macroplay@discussions.microsoft.com> wrote in message
> > > news:A91C153E-18EE-44A3-9EAB-92077047723A@microsoft.com...
> > > > 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" <macroplay@discussions.microsoft.com> wrote in message
> > > > > news:0191C31D-AB94-4752-946C-82F2E762E110@microsoft.com...
> > > > > > 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
>
>
>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks