Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 430
Default 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?


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default 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?




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 430
Default 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?






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
one user form multiples worksheets celio3c Excel Worksheet Functions 1 December 12th 08 05:37 PM
Hiding Worksheets and Unhiding them easily for Novice User Jugglertwo Excel Discussion (Misc queries) 5 June 5th 07 02:53 PM
Hiding worksheets based on user selection HL Excel Worksheet Functions 3 October 12th 06 04:01 PM
User form and hiding spreadsheet Chip Smith Excel Discussion (Misc queries) 0 March 29th 06 07:46 PM
Hiding worksheets based on user permissions steve Excel Programming 0 August 20th 03 03:55 PM


All times are GMT +1. The time now is 12:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"