Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm using Excel 2003 with SP2. The Workbook_Open() does not work. For
example, the following macro will work if you run it manually in the VB editor, but will not run when the workbook opens. None of my Workbook_Open() macros work. The macro is placed in the ThisWorkbook object. Can anyone help me? Private Sub Workbook_Open() MsgBox Date Worksheets("Sheet1").Range("A1").Value = Date End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't get Workbook_Open event to work | Excel Programming | |||
Workbook_Open() will not run | Excel Programming | |||
workbook_open | Excel Programming | |||
excel vba workbook_open event does not work help please | Excel Programming |