Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Miffed.
My spreadsheet which relies hevily on certain code being executed when the sheet is opened, but work open event is not executing. This morning it stopped working? Private Sub Workbook_Open() Application.ScreenUpdating = False MsgBox "Made it to wrokbook _open" Call InitialiseSheet Call Add_Custom_Menu Call Run_Filters Application.ScreenUpdating = True Range("a2").Select End Sub There is no enable event code either false or true in the workbook. Any ideas? Dave |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Workbook_Open () | Excel Discussion (Misc queries) | |||
Workbook_Open | Excel Programming | |||
workbook_open | Excel Programming | |||
Workbook_Open | Excel Programming | |||
Help with Workbook_Open | Excel Programming |