I have a UserForm that is displayed with vbModeLess. So it stays on the screen and can be moved around while the application does other things. It is closed by clicking on the X in the upper right corner. Many instances of this UserForm might be displayed at any time (with different "data"). To minimize screen clutter, I wish to allow the user to minimize individual instances. Before I add Min and Max command buttons and the necessary code, I wish to ask if there is a way to set up a UserForm such that the "standard window" buttons: Min; Normal; and Close (X) are availabe for UserForms (to the right of the Caption bar).

Thanks