Is there anyway in VBA to have the workbook hide, or at least minimize. I have a user form show upon workbook_open, and the worksheets are only used for back end data storage. I would like for only the form to be showing, without the workbook visible behind it. Ideally, I would like to have a button on the form that, when clicked, asks for a password so that only certified people can view and change the worksheets. I know a way to do this, but I would like for the workbook to be hidden until the password is verified.