View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Richard Burton Richard Burton is offline
external usenet poster
 
Posts: 2
Default Scheduled task method of opening Excel questions.

Hello All,

I have a workbook that needs updating overnight. I'm trying to achieve this
by using the Windows Scheduled Tasks function.

Currently I'm just trying to get Excel open. However, I'm getting a couple
of prompts when Excel opens to which I need to click Ok. One is a general
system security message, and the other is to confirm my login details to Sun
Vision. Can this be done?

Also, How do I get a specific excel file opened by the Scheduled Task?

Thanks

Richard