View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Robin Hammond[_2_] Robin Hammond[_2_] is offline
external usenet poster
 
Posts: 575
Default how do you setup a auto run marco to run when excel opens?

The simplest way is to create an Auto_Open macro in your personal.xls file.
This is a hidden file that opens automatically when excel is run. It is
typically stored in C:\Program Files\Office Installation
folder\OfficeNN\xlstart

Robin Hammond
www.enhanceddatasystems.com

"Big D" <Big wrote in message
...
Help! How do you setup a auto run marco in Excel 2003, to run when excel
opens?