#1   Report Post  
CWH
 
Posts: n/a
Default Hidden tabs

I am using Excell 2003

If I have a file with several tabs hidden is there a way to unhide them all
at once, rather than using Format, Sheet, Unhide for each tab?
--
CWH
  #2   Report Post  
Max
 
Posts: n/a
Default

One way ..

Roger Govier gave me this sub a few years ago ..

The following will carry out the unhide
for all sheets within the workbook

Sub ShowSheets()
Dim s As Worksheet
For Each s In ActiveWorkbook.Worksheets
s.Visible = True
Next
End Sub

--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"CWH" wrote in message
...
I am using Excell 2003

If I have a file with several tabs hidden is there a way to unhide them

all
at once, rather than using Format, Sheet, Unhide for each tab?
--
CWH



  #3   Report Post  
CWH
 
Posts: n/a
Default

It worked a treat.

Many thnaks
--
CWH


"Max" wrote:

One way ..

Roger Govier gave me this sub a few years ago ..

The following will carry out the unhide
for all sheets within the workbook

Sub ShowSheets()
Dim s As Worksheet
For Each s In ActiveWorkbook.Worksheets
s.Visible = True
Next
End Sub

--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"CWH" wrote in message
...
I am using Excell 2003

If I have a file with several tabs hidden is there a way to unhide them

all
at once, rather than using Format, Sheet, Unhide for each tab?
--
CWH




  #4   Report Post  
Max
 
Posts: n/a
Default

Glad to hear that !
You're welcome ..
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"CWH" wrote in message
...
It worked a treat.

Many thnaks
--
CWH



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
my tabs are hidden and can't make them show Wendy Excel Discussion (Misc queries) 2 July 19th 05 06:37 PM
format cell tabs hidden in excel dialog box briangw Excel Discussion (Misc queries) 0 June 3rd 05 03:05 PM
3 format cell tabs hidden in excel dialog box pjbjamison Excel Discussion (Misc queries) 1 May 4th 05 04:50 PM
excel macros truncating tabs for hidden columns. SharanS Excel Discussion (Misc queries) 0 February 17th 05 05:05 AM
Hidden tabs [email protected] Excel Discussion (Misc queries) 3 January 19th 05 07:11 PM


All times are GMT +1. The time now is 11:34 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"