Task scheduler

V

Viktor Ygdorff

Ok this might be a stupid question. I want to use the Windows Task Scheduler
(or any other program/application whatever that does the job) to open
Microsoft Excel at a certain time every day. Now this is possible but does
someone has to be logged on to the computer in order for it to work. I want
to do certain things during nigh time when no one is using the computer
(download some prices). Is this possible at all? Any help is very much
appreciated! Thank you all!
 
K

Karl E. Peterson

Viktor said:
Ok this might be a stupid question. I want to use the Windows Task
Scheduler (or any other program/application whatever that does the
job) to open Microsoft Excel at a certain time every day. Now this is
possible but does someone has to be logged on to the computer in
order for it to work. I want to do certain things during nigh time
when no one is using the computer (download some prices). Is this
possible at all? Any help is very much appreciated! Thank you all!

Sure oughta be, assuming you have turned macro security down to nil. Why
not try a simple test? Stick some code that leaves droppings (writes to a
file, the registry, whatever) in Workbook_Open, and add the XLS as a new
task. See what happens. You'll just have to give it proper credentials to
"run as" whoever might have permission.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top