![]() |
Unhiding Sheets
Is it possible to unhide multiple sheets in excel?
|
yes
-- Don Guillett SalesAid Software "venita" wrote in message ... Is it possible to unhide multiple sheets in excel? |
venita, it is with a macro, like this
Sub UnHideAll() 'unhide all sheets in a workbook Dim sht As Worksheet For Each sht In ActiveWorkbook.Sheets sht.Visible = xlSheetVisible Next End Sub -- Paul B Always backup your data before trying something new Please post any response to the newsgroups so others can benefit from it Feedback on answers is always appreciated! Using Excel 2002 & 2003 "venita" wrote in message ... Is it possible to unhide multiple sheets in excel? |
GREAT! How?
"Don Guillett" wrote: yes -- Don Guillett SalesAid Software "venita" wrote in message ... Is it possible to unhide multiple sheets in excel? |
All times are GMT +1. The time now is 12:34 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com