Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this
Sub Auto_Open() Record macro as normal. Auto_Open will run everytime. -----Original Message----- How could I load a macro as soon as the workbook is opened? Thanks. MJ Antoszkiw. . |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
not quite true - Auto macros do not automatically run if the
workbook is opened from code. Instead use the Worksheet_Open() event macro. In article , wrote: Try this Sub Auto_Open() Record macro as normal. Auto_Open will run everytime. -----Original Message----- How could I load a macro as soon as the workbook is opened? Thanks. MJ Antoszkiw. . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to Load Data from ver 1 to ver 2 | Excel Discussion (Misc queries) | |||
Disabling an 'on load' macro | Excel Worksheet Functions | |||
Load Macro at start up? | Excel Programming | |||
Load Macro at start up? | Excel Programming | |||
Load Macro at start up? | Excel Programming |