Thread: Excel Userform
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fi.or.jp.de fi.or.jp.de is offline
external usenet poster
 
Posts: 93
Default 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