Adding minimize button to a User Form

C

Carole

Is it possible to add a minimize window button to a UF?

Thank you in advance

Carole
 
P

Perry

Hi Carole,

It will take some comprehensive calls to the Windows API, but yes it is
possible.

Stephen Bullen has an example Excel workbook containing a classmodule
dealing with all sorts of resizing tools for VBA userforms.
Among which: adding Min/Max buttons to userforms.

It will also involve translating some Excel related VBA code to the Word
equivalents or
even skipping VBA code to make things work in Word.

http://www.klippert.com/tcc/Excel/SBullen.htm
Scroll down till you catch up with:
FormFun.Zip

Krgrds,
Perry
 

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