Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Is it possible to unhide multiple sheets in excel?
|
#2
![]() |
|||
|
|||
![]()
yes
-- Don Guillett SalesAid Software "venita" wrote in message ... Is it possible to unhide multiple sheets in excel? |
#3
![]() |
|||
|
|||
![]()
GREAT! How?
"Don Guillett" wrote: yes -- Don Guillett SalesAid Software "venita" wrote in message ... Is it possible to unhide multiple sheets in excel? |
#4
![]() |
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hiding and unhiding sheets | Excel Discussion (Misc queries) | |||
Copying multiple sheets from one book 2 another and undertake spec | Excel Discussion (Misc queries) | |||
calculating excel spreadsheet files for pensions and life insurance (including age calculation sheets) | Excel Worksheet Functions | |||
Excel: Enable UnHiding of multiple sheets at once | Excel Discussion (Misc queries) | |||
Multiple sheets selected | Excel Discussion (Misc queries) |