Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Hidden Worsheets

Hi,

What code can be used to unhide all hidden worksheets?

Thanks

Sham
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Hidden Worsheets

Hi
try the following
Sub unhide_all()
Dim wkSht As Worksheet
For Each wkSht In Activeworkbook.worksheets
wkSht.visible = true
Next wkSht
End Sub

--
Regards
Frank Kabel
Frankfurt, Germany

Shamsul Islam wrote:
Hi,

What code can be used to unhide all hidden worksheets?

Thanks

Sham

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
Can I lookup a value in a range of worsheets? Alex Excel Worksheet Functions 2 June 20th 07 04:01 PM
duplicating worsheets Don Excel Worksheet Functions 2 November 28th 06 07:11 PM
Link worsheets in Excel Djasabe Excel Worksheet Functions 2 June 2nd 06 08:15 PM
Connecting Worsheets when there is a filter [email protected] Excel Discussion (Misc queries) 0 May 4th 06 04:38 PM
Linking 2 Worsheets Mike_C Links and Linking in Excel 3 August 10th 05 11:14 PM


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