Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Paul,
Two ways....... One... Create a sub in a regular module named Auto_Open e.g. Sub Auto_Open() ' your code here or call another sub End Sub or in the Workbook_Open Event Double Click on "ThisWorkbook" in the "Projects" Window Copy and paste the following Private Sub Workbook_Open() ' your code here or call another sub End Sub John Paul Scott wrote: Is there a way to program an Excel file to run a macro when the file opens? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to: Open closed workbook/Search data tables/Return data to open workbook | Excel Discussion (Misc queries) | |||
Opening Excel, Book1 opens, remains open with other workbook open | Excel Discussion (Misc queries) | |||
excel 2003 saved file will not open without a blank workbook open | Excel Discussion (Misc queries) | |||
Macro to open print window and set to print entire workbook | Excel Discussion (Misc queries) | |||
Excel workbook does not open in open window on desktop | Excel Discussion (Misc queries) |