View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Excelenator Excelenator is offline
external usenet poster
 
Posts: 1
Default Run automated macros


Place the name of your macro in the This Workbook object in the
Workbook_Open event.

To do this right click the excel icon next to the File menu command and
select view code. Select Workbook from the drop down box at the top
middle of the VBE. The Workbook_Open even macro code will be inserted
and you can paste your code there. Save the workbook and close it and
the next time you open it the code will execute.


--
Excelenator


------------------------------------------------------------------------
Excelenator's Profile: http://www.excelforum.com/member.php...o&userid=36768
View this thread: http://www.excelforum.com/showthread...hreadid=568427