Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,388
Default Create Sheet, Hide Sheet

How can I hide a sheet once I have created it.

I have done:-

newSheet = "Sheet 1"
Sheets.Add.Name = newSheet

How do I then hide this sheet?

Thanks!
Dave
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Create Sheet, Hide Sheet

Activesheet.Visible = xlSheetHidden

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Dave" wrote in message
...
How can I hide a sheet once I have created it.

I have done:-

newSheet = "Sheet 1"
Sheets.Add.Name = newSheet

How do I then hide this sheet?

Thanks!
Dave



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Create Sheet, Hide Sheet

or

Worksheets(newSheet).Visible = xlSheetHidden

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Dave" wrote in message
...
How can I hide a sheet once I have created it.

I have done:-

newSheet = "Sheet 1"
Sheets.Add.Name = newSheet

How do I then hide this sheet?

Thanks!
Dave



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
create a formula in one sheet that would read data from separate sheet automatically QD Excel Discussion (Misc queries) 0 December 8th 06 05:17 AM
hide sheet hitesh via OfficeKB.com Excel Discussion (Misc queries) 3 October 20th 06 02:51 PM
How to create a formala in one sheet for a cell in another sheet? Beth Excel Worksheet Functions 1 October 20th 05 02:14 PM
Create a sheet name, won't let me, says already sheet named that Buckwheat Excel Worksheet Functions 7 May 2nd 05 12:55 AM
How do I create a command button to jump from sheet to sheet in a. Darlenew Excel Worksheet Functions 3 March 22nd 05 11:36 PM


All times are GMT +1. The time now is 01:16 PM.

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

About Us

"It's about Microsoft Excel"