Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 203
Default Hide one sheet tab

Hi all, is it possible to hide just one tab in a workbook ?
I have a workbook "Recon.xls" with the sheets "Recon for SAP" and
"TBSheet" and i would like to hide "TBSheet"

Thank you in advance,

Tempy

*** Sent via Developersdex http://www.developersdex.com ***
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 770
Default Hide one sheet tab

Tempy,

Worksheets("TBSheet"").Visible = xlVeryHidden

You're not a Van Morrison fan by any chance are you?

hth,

Doug

"Tempy" wrote in message
...
Hi all, is it possible to hide just one tab in a workbook ?
I have a workbook "Recon.xls" with the sheets "Recon for SAP" and
"TBSheet" and i would like to hide "TBSheet"

Thank you in advance,

Tempy

*** Sent via Developersdex http://www.developersdex.com ***



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 203
Default Hide one sheet tab

Hi Doug,
thanks for the code, no i am not a fan why do you ask ?

Tempy

*** Sent via Developersdex http://www.developersdex.com ***
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 222
Default Hide one sheet tab

Sheets("TBSheet").Visible = False

"Tempy" wrote:

Hi all, is it possible to hide just one tab in a workbook ?
I have a workbook "Recon.xls" with the sheets "Recon for SAP" and
"TBSheet" and i would like to hide "TBSheet"

Thank you in advance,

Tempy

*** Sent via Developersdex http://www.developersdex.com ***

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Hide one sheet tab


while you're in that sheet go to <format<sheethide

to unhide .............similar pat

--
bill

-----------------------------------------------------------------------
bill k's Profile: http://www.excelforum.com/member.php...info&userid=82
View this thread: http://www.excelforum.com/showthread.php?threadid=40024



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 770
Default Hide one sheet tab

Tempy,

In 1967 Van Morrison released Blowing Your Mind which had a 10 minute ramble
called "T.B.Sheets." For your enjoyment, here's a brief excerpt:

The cool room, Lord is a fool's room.
The cool room, Lord is a fool's room.
And I can almost smell your T.B. sheets
And I can almost smell your T.B. sheets
On your sick bed.

Doug

"Tempy" wrote in message
...
Hi Doug,
thanks for the code, no i am not a fan why do you ask ?

Tempy

*** Sent via Developersdex http://www.developersdex.com ***



  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Hide one sheet tab

Tempy

Manually.....FormatSheetHide

Programmatically.....

Sub Hide()
Sheets("TBSheet").Visible = False
End Sub


Gord Dibben Excel MVP

On Mon, 29 Aug 2005 13:52:04 -0700, Tempy wrote:

Hi all, is it possible to hide just one tab in a workbook ?
I have a workbook "Recon.xls" with the sheets "Recon for SAP" and
"TBSheet" and i would like to hide "TBSheet"

Thank you in advance,

Tempy

*** Sent via Developersdex http://www.developersdex.com ***


  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 203
Default Hide one sheet tab

Thanks for all ther replies Gents and sorry for the time delay, as i am
in South Africa.

best regards,

Tempy

*** Sent via Developersdex http://www.developersdex.com ***
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 Sheet, Hide Sheet Dave Excel Discussion (Misc queries) 2 October 30th 07 03:40 PM
Hide a sheet gavin Excel Discussion (Misc queries) 1 September 14th 05 06:40 PM
Hide a Sheet AQ Mahomed Excel Programming 3 June 17th 04 04:27 PM
hide sheet Jeff Excel Programming 1 June 9th 04 07:55 PM
hide sheet? uncheck sheet tabs? or ??? NetComm888 Excel Programming 1 February 10th 04 04:38 AM


All times are GMT +1. The time now is 04:24 AM.

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"