View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Doug[_9_] Doug[_9_] is offline
external usenet poster
 
Posts: 20
Default UserForm Activation

When showing a UserForm, I tried to use this code:

Private Sub UserForm1_Activate()
MsgBox "hello"
Place code here that or call another sub rotine from here
End Sub

The UserForm opens up, but the Msgbox does not appear. What am I doing wrong? Thank you.

Doug