F Fritznel Jul 28, 2003 #1 I need to know how to have a userform pop up as the file is opened. Is there a way to do this? Thanks, Fritz
I need to know how to have a userform pop up as the file is opened. Is there a way to do this? Thanks, Fritz
H Heiko Jul 28, 2003 #2 Type your Code inside the Open-Event of the Workbook: Private Sub Workbook_Open() <NameofTheUserForm>.Show End Sub Heiko
Type your Code inside the Open-Event of the Workbook: Private Sub Workbook_Open() <NameofTheUserForm>.Show End Sub Heiko