User Form - Make It Appear

  • Thread starter Thread starter Celtic_Avenger
  • Start date Start date
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top