|
-
Jan 25th, 2009, 05:22 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Workbook_Open event won't run
Ok, I've used Workbook_Open events many times before without problem. Now I have one that simply will not run and it's driving me crazy. I've recompiled, restarted Excel 2007, and done everything I can think of. I've reduced the code to a simple msgbox command and it's in the workbook module. The Workbook_BeforeClose event works okay. Any body have any ideas why a Workbook_Open event will not run?
[CODE]
Private Sub Workbook_Open()
MsgBox 1
End Sub
/CODE]
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|