User Form - Make It Appear

C

Celtic_Avenger

This one must be simple.

I just cant figure it out.

SeaparkJohn has suggested using a User Form instead of a dialog shee
for a menu system.

I have created the User Form, But now I need to write a macro linked t
a command button to make it appear, and dissapear.

What is the code to do this?

Thanks for your help.

Celtic_Avenge
 
S

SeaparkJohn

Sorry,

Probably should have elaborated.

Assume your userform is called USERFORM1

the code to make it appear is userform1.show

to make it disappear is unload Userform1

SJ
 
Top