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.