View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Joe S. Joe S. is offline
external usenet poster
 
Posts: 3
Default running macro upon a spreadsheet's startup

In my quest to automate some of my files, I am trying to
run Excel files via window's "scheduled tasks." The
files I want to automate all have a macro that
refreshes/manipulates data, so I need to automate the
macro to run when the particular file is opened.

How can I automatically start a spreadsheet's macro when
I open up that spreadsheet?

Thanks for the help,
Joe