chrisguk
Board Regular
- Joined
- Jan 10, 2011
- Messages
- 135
Hi there,
I have a userform1 in my workbook and created the following code to auto open it when the workbook starts up. The only problem is the userform does not open and I cant understand why:
Private Sub Workbook_Open()
userform1.show
End Sub
Any ideas? for the record im using MS Excel 2007
I have a userform1 in my workbook and created the following code to auto open it when the workbook starts up. The only problem is the userform does not open and I cant understand why:
Private Sub Workbook_Open()
userform1.show
End Sub
Any ideas? for the record im using MS Excel 2007