Newbie: How to make the userform Minimize button visible?

F

Frank Krogh

I have examined my Userform properties window but cannot find where to make
the Maximize, Minimize and Close buttons.

How are these buttons defined and made visible?


Frank Krogh
 
M

Mike Fogleman

The Close button is made from the ToolBox by adding a CommandButton object
to the UserForm. As for Min & Max I don't believe you can do that because
the UserForm has the focus and you have to deal with it before you can
continue. However, you can show the UserForm as vbModeless (UserForm1.Show
0) which will allow you to work outside the UserForm while it is visible.
Mike
 
E

Edward Ulle

I have been search for the same thing and stubbled upon this web site
"Steven Bullen's Excel Page" FormFun, thanks to Valeria's previous
posting.

http://www.bmsltd.ie/Excel/

Sometimes you just have to search past posting to get a clue.

I've tried it and it works.
 

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

Top