View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Heiko Heiko is offline
external usenet poster
 
Posts: 16
Default Starting a userform upon starting the file

Type your Code inside the Open-Event of the Workbook:

Private Sub Workbook_Open()
<NameofTheUserForm.Show
End Sub

Heiko
:-)
"Fritznel" wrote:

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