Word 2000: Minimize/Maximize button on a Form

V

VBA Coder

I created a user form in Word 2000, and cannot find a property of the form
such as "MinMax Buttons" (like in Access) to have the form display the
Min/Max Button, rather than just having the "x" close button, which seems to
be the default of a Word Form.

How can I display these buttons?
 
J

Jonathan West

VBA Coder said:
I created a user form in Word 2000, and cannot find a property of the form
such as "MinMax Buttons" (like in Access) to have the form display the
Min/Max Button, rather than just having the "x" close button, which seems to
be the default of a Word Form.

How can I display these buttons?

As far as I am aware, they aren't designed to be part of VBA userforms.

But if you go to http://www.bmsltd.co.uk/Excel/Default.htm, would will be
able to download FormFun, which is an example of clever things you can do
with UserForms in Excel.

Since Word and Excel use the same forms library, you should be able to adapt
the code to Word.
 

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