Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How to program VB so that when open the Excel work book it run the macro
automatically without hit tool/ macro/run Thnks Daniel |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
you would use the workbook_open event. As long as macros are not disabled
either by the security setting or manually by the user, it would run on opening. http://www.cpearson.com/excel/events.htm describes the various events available to you. -- Regards, Tom Ogilvy "Daniel" wrote: How to program VB so that when open the Excel work book it run the macro automatically without hit tool/ macro/run Thnks Daniel |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
'Paste this into the Thisworkbook Mod
'and Replace Run "Macro" 'To Run "MyMacroName" Private Sub Workbook_Open() Run "Macro" End Sub "Daniel" wrote: How to program VB so that when open the Excel work book it run the macro automatically without hit tool/ macro/run Thnks Daniel |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically Run macro | Setting up and Configuration of Excel | |||
Automatically run a macro | Excel Discussion (Misc queries) | |||
Macro to automatically run | Excel Discussion (Misc queries) | |||
Run macro automatically. | New Users to Excel | |||
run macro automatically | Excel Programming |