Minimize/Maximize Buttons

R

RedDirt

How do I turn the minimize/Maximize buttins on in a Word UserForm (VBA)? I
assume this is just a property setting, but I couldn't find it. Does it
require code?
 
J

Jonathan West

RedDirt said:
How do I turn the minimize/Maximize buttins on in a Word UserForm (VBA)?
I
assume this is just a property setting, but I couldn't find it. Does it
require code?

Go to the following link and download Formfun.zip.
http://www.oaltd.co.uk/Excel/Default.htm

Yes, it is Excel, not Word, but Userforms are the same in both cases

Here's another link that shows you how
http://www.andypope.info/vba/resizeform.htm


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 
Top