Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
When I open a particuliar workbook I would like to run a master macro
automatically. How can I make this happen? TFTH, Tom |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Name the macro Auto_Open and it will execute when the workbook is
opened. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Tom" wrote in message ... When I open a particuliar workbook I would like to run a master macro automatically. How can I make this happen? TFTH, Tom |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
you could also set another private sub that will look like this..
Private Sub Workbook_Open() enter macro name here End Sub -- --Chip Smith-- MVP Wannabe :) "Chip Pearson" wrote: Name the macro Auto_Open and it will execute when the workbook is opened. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Tom" wrote in message ... When I open a particuliar workbook I would like to run a master macro automatically. How can I make this happen? TFTH, Tom |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Password to open or access | Excel Worksheet Functions | |||
Macro to open files isn't updating correctly | Excel Discussion (Misc queries) | |||
How to auto activate macro when file open ? | Excel Worksheet Functions | |||
How can I set up a Macro to automatically run when I open a speci. | Excel Discussion (Misc queries) | |||
Open Word Doc From Excel Macro | Excel Discussion (Misc queries) |