Does userForms support minimize button

V

venkat

Hi,
Is there a way to have minimize button for useforms.
I am using MSWord with Office2000.

Thanks
 
P

Peter Hewett

Hi venkat

Not as standard. Unless there's a way of doing this using the Windows API.

HTH + Cheers - Peter
 
W

Wei-Dong XU [MSFT]

Hi venkat,

So far as I know, in VBA IDE, there is no one form containing the "minimize" button. My suggestion is: you can develop one ActiveX control which can
pop up one window with minimize button and then expose some interfaces and properties. Then in VBA IDE, you can add this control into your form
and pass the Excel data into the ActiveX conrol through these interfaces and properties to perform the operations.

I agree with Peter. You can use Win32 API to do so. However, this way, it will be very time-consuming and not easy to operate raw C data type in
VBA.

Please feel free to let me know if you have any further questions.

Best Regards,
Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

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