Thread: Automate Macros
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TOM TOM is offline
external usenet poster
 
Posts: 47
Default Automate Macros

Hi All,

I am trying to automate a few Excel Macros, in order that
I can used scheduled tasks to kick these macros off. For
instance, I use the AutoExec function in Access a lot,
and kick these off using scheduled tasks. I would like
to replicate this for some Excel Macros.

I have been told to use the Autorun function, with a Quit
command at the end of the Macro to close the spreadsheet
after the macro has run. However, I haven't got much
Visual Basic knowledge and I can't get this to work. If
anyone can help it will be very much appreciated.

Tom