Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi...what do I name a macro to get it to run when I open a workbook.
Thanks in advance. Pete |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Pete
Sub Auto_open() HTH. Best wishes Harald "Pete Jones" skrev i melding ... Hi...what do I name a macro to get it to run when I open a workbook. Thanks in advance. Pete |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub workbook_Open()
end Sub and place it in the ThisWorkbook.Module or use the older Sub Auto_Open() end Sub and place it in a general module. -- Regards, Tom Ogilvy "Pete Jones" wrote in message ... Hi...what do I name a macro to get it to run when I open a workbook. Thanks in advance. Pete |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sub Macro vrs Function Macro Auto Start | Excel Discussion (Misc queries) | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
Macro - Auto Run | Excel Worksheet Functions | |||
Auto Run a Macro | Excel Discussion (Misc queries) | |||
Auto-run ONCE macro | Excel Programming |