PDA

View Full Version : Userform_activate from immediate window?



theta
06-22-2012, 05:10 AM
I am doing a few changes and would like to be able to launch the userform.

For subs I would normaly type Application.Run(xyz) but I am not sure how to launch a userform?

mikerickson
06-22-2012, 06:19 AM
I would normaly have a subSub showUF()
Userform1.Show
End Subso that I could step through the initialize event. But entering Userform1.Show in the immediate window will bring up the UF.