Re: Unhide more than one worksheet at a time
From: DBavirsha (DBavirsha_at_discussions.microsoft.com)
Date: 02/02/05
- Next message: DBavirsha: "Re: Unhide more than one work*** at a time"
- Previous message: Myrna Larson: "Re: How do you install help for excel 4.0 macros in Office 2003?"
- In reply to: Chip Pearson: "Re: Unhide more than one work*** at a time"
- Next in thread: Dave O: "Re: Unhide more than one work*** at a time"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 2 Feb 2005 15:35:01 -0800
Chip,
Thanks for the reply. I will try all the replies and use one of them.
Dave
=@===----¬----¬----¬.¸¸.·´¯`·.¸¸.·´¯`·.¸.·<º))))><
"Chip Pearson" wrote:
> Dave,
>
> Try the following code:
>
> Sub AAA()
> Dim WS As Work***
> For Each WS In ActiveWorkbook.Worksheets
> WS.Visible = True
> Next WS
> End Sub
>
>
> --
> Cordially,
> Chip Pearson
> Microsoft MVP - Excel
> Pearson Software Consulting, LLC
> www.cpearson.com
>
>
>
>
> "DBavirsha" <DBavirsha@discussions.microsoft.com> wrote in
> message
> news:16BAD985-5983-4BFA-9788-729622C19ED6@microsoft.com...
> >I have a worksheet that contains 50 hidden worksheets. Is there
> >a method or
> > macro that somebody knows of where I can unhide more than one
> > workseet at a
> > time?
> >
> > Thanks, Dave
> > =@===----¬----¬----¬.¸¸.·´¯`·.¸¸.·´¯`·.¸.·<º))))><
>
>
>
- Next message: DBavirsha: "Re: Unhide more than one work*** at a time"
- Previous message: Myrna Larson: "Re: How do you install help for excel 4.0 macros in Office 2003?"
- In reply to: Chip Pearson: "Re: Unhide more than one work*** at a time"
- Next in thread: Dave O: "Re: Unhide more than one work*** at a time"
- Messages sorted by: [ date ] [ thread ]