Excel Userform
Hi All,
In my excel, i have two userforms.
I have used code like this..
Problem is when i unload userform1 and load userform2, the userform2
is not visible until i click excel file.
I dont need to click excel file to activate userform2, how can i do
this automatically.
Userform1.show
Do...... something....
Unload Userform1
Userform2.show
do.. somethinng
unload userform2
|