View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AlexTanlimco AlexTanlimco is offline
external usenet poster
 
Posts: 1
Default Background Batch Processing

Hi, I am trying to run a Scheduled Task while I am logoff from
Windows. The task of opening the workbook (and running all other
stuff) works if I am log on. I tried running cscript.exe and
excel.exe setting /r filename with no luck. Any suggestions?