View Single Post
  #2   Report Post  
arno
 
Posts: n/a
Default

Hi Zubair,

How can i schedule to run an xls file on specific time if it has
macros to enable.


Create a scheduled task in Windows to run a batchfile, the batchfile
can start Excel and your xls-file, the xls-file needs an auto_open
macro (or the workbook event for the same purpose) to start the
procedure.

arno