ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   User form and hiding worksheets (https://www.excelbanter.com/excel-programming/341060-user-form-hiding-worksheets.html)

Jim May

User form and hiding worksheets
 
I'm in the process of creating an App using Userforms, etc - using the
Workbook_Open to Bring up the Main Userform Menu -- the macro is also hiding
all other worksheets by name, except for the one worksheet (which is blank)
that can't be hidden, in the background. Is the kosher?
Or, is there more that I can do to give a more professional appearance?



Bob Phillips[_6_]

User form and hiding worksheets
 
When the form loads, make the app non-visible.

application.Visible=false

and set it back to true when unloading.

--
HTH

Bob Phillips

"Jim May" wrote in message
news:vKFZe.121896$Ep.79127@lakeread02...
I'm in the process of creating an App using Userforms, etc - using the
Workbook_Open to Bring up the Main Userform Menu -- the macro is also

hiding
all other worksheets by name, except for the one worksheet (which is

blank)
that can't be hidden, in the background. Is the kosher?
Or, is there more that I can do to give a more professional appearance?





Jim May

User form and hiding worksheets
 
Thanks Bob,
I didn't so much as know that there was an application.visible = false
option, until NOW!!
Tks again,
Jim

"Bob Phillips" wrote in message
...
When the form loads, make the app non-visible.

application.Visible=false

and set it back to true when unloading.

--
HTH

Bob Phillips

"Jim May" wrote in message
news:vKFZe.121896$Ep.79127@lakeread02...
I'm in the process of creating an App using Userforms, etc - using the
Workbook_Open to Bring up the Main Userform Menu -- the macro is also

hiding
all other worksheets by name, except for the one worksheet (which is

blank)
that can't be hidden, in the background. Is the kosher?
Or, is there more that I can do to give a more professional appearance?








All times are GMT +1. The time now is 06:53 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com