G
Guest
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
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