View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default Maximize & Minimize buttons where are they?

ahhh...

"WHILE DESIGNING"

this means the userform's designer window in the VBE.

minimizing and maximising forms are not standard features
of userforms.

You'll need to write some (complex) code for that..
decide WHERE you want your minimized forms to reside,
what they should look like etc etc.
if they should appear in the taskbar etc etc.

Coding will involve plenty of API functions and will not be easy.

search google and you'll probably find some examples..


keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


"Don Bowyer" wrote:

The helpfile for Userform desdign says:-
"While you are designing a form:
Each form window has a Maximize, Minimize, and Close
button."
I have never, ever seen the first 2 only the last.
I would like them all on a UF I'm doing.
Does anyone know how to find them?