I have a very simple user form with two option buttons which I cannot get loaded into my Excel worksheet. The form name is UserForm3. I have a module with a the following subroutine:
Private Sub UserForm_Activate()
UserForm3.Show
End Sub
It will not activiate...what am I doing wrong?
Start Free Trial