Show Form, Hide all Sheets

J

John Pierce

I have heard that an open workbook must have at least one
sheet visible, so I was wondering if it would be possible
to have an Excel file open so that only a UserForm is visible?
 
R

ross

Hi,

Yep, i think so.

In the when you show the form, use
ActiveWindow.Visible = False
or refer the wind another way etc.


Good Luck
Ross.
 
Top