PDA

View Full Version : Word user form minimize button



crugg1
02-02-2007, 01:16 PM
Greetings. My apologies for posting such a basic question on here. I'm currently working with a user form I created using VBA (Word 2003). I notice that the window 'header' only has the "X" close button. Microsoft help says that each user form window should have a close, minimize and maximize button. I've only got the close button. I need to have a standard minimize button on the window. Any ideas?

Thanks,

Chris.

fumei
02-02-2007, 02:29 PM
Perhaps there is some confusion on terms.

The form window - the working window in the VBE that contains the userform, has a Maximize, Minimize, and Close button.

The userform itself does not. It only has a Close.