+ Reply to Thread
Results 1 to 7 of 7

How do I open multiple hidden worksheets all at once?

  1. #1
    Gord Dibben
    Guest

    Re: How do I open multiple hidden worksheets all at once?

    Last

    VBA macro.........

    Sub Show_Sheets()
    Dim i As Integer
    For i = 1 To ActiveWorkbook.Worksheets.Count
    ActiveWorkbook.Worksheets(i).Visible = True
    Next i
    End Sub


    Gord Dibben Excel MVP


    On Thu, 14 Jul 2005 13:18:15 -0700, Last Samurai <Last
    Samurai@discussions.microsoft.com> wrote:

    >I know how to hide multiple worksheet by tagging them. How do you open
    >multiple worksheets all at once rather than having to do them individually?



  2. #2
    Curtis
    Guest

    Re: How do I open multiple hidden worksheets all at once?

    Why is this giving me an error? It doesn't make sense!!!!

    SUMPRODUCT(--('Raw - 2nd'!$C$2:$C$65536=$A37),--(MONTH('Raw -
    2nd'!$b$2:$b$65536=4),'Raw - 2nd'!$J$2:$J$65536)

    Column c is employee number
    Column b is date range
    Column j is $$ range

    Any help is appreciated. Hopefully I have not broken any rules by jumping
    in this string

    "Gord Dibben" wrote:

    > Last
    >
    > VBA macro.........
    >
    > Sub Show_Sheets()
    > Dim i As Integer
    > For i = 1 To ActiveWorkbook.Worksheets.Count
    > ActiveWorkbook.Worksheets(i).Visible = True
    > Next i
    > End Sub
    >
    >
    > Gord Dibben Excel MVP
    >
    >
    > On Thu, 14 Jul 2005 13:18:15 -0700, Last Samurai <Last
    > Samurai@discussions.microsoft.com> wrote:
    >
    > >I know how to hide multiple worksheet by tagging them. How do you open
    > >multiple worksheets all at once rather than having to do them individually?

    >
    >


  3. #3
    Gord Dibben
    Guest

    Re: How do I open multiple hidden worksheets all at once?

    Last

    VBA macro.........

    Sub Show_Sheets()
    Dim i As Integer
    For i = 1 To ActiveWorkbook.Worksheets.Count
    ActiveWorkbook.Worksheets(i).Visible = True
    Next i
    End Sub


    Gord Dibben Excel MVP


    On Thu, 14 Jul 2005 13:18:15 -0700, Last Samurai <Last
    Samurai@discussions.microsoft.com> wrote:

    >I know how to hide multiple worksheet by tagging them. How do you open
    >multiple worksheets all at once rather than having to do them individually?



  4. #4
    Curtis
    Guest

    Re: How do I open multiple hidden worksheets all at once?

    Why is this giving me an error? It doesn't make sense!!!!

    SUMPRODUCT(--('Raw - 2nd'!$C$2:$C$65536=$A37),--(MONTH('Raw -
    2nd'!$b$2:$b$65536=4),'Raw - 2nd'!$J$2:$J$65536)

    Column c is employee number
    Column b is date range
    Column j is $$ range

    Any help is appreciated. Hopefully I have not broken any rules by jumping
    in this string

    "Gord Dibben" wrote:

    > Last
    >
    > VBA macro.........
    >
    > Sub Show_Sheets()
    > Dim i As Integer
    > For i = 1 To ActiveWorkbook.Worksheets.Count
    > ActiveWorkbook.Worksheets(i).Visible = True
    > Next i
    > End Sub
    >
    >
    > Gord Dibben Excel MVP
    >
    >
    > On Thu, 14 Jul 2005 13:18:15 -0700, Last Samurai <Last
    > Samurai@discussions.microsoft.com> wrote:
    >
    > >I know how to hide multiple worksheet by tagging them. How do you open
    > >multiple worksheets all at once rather than having to do them individually?

    >
    >


  5. #5
    Last Samurai
    Guest

    How do I open multiple hidden worksheets all at once?

    I know how to hide multiple worksheet by tagging them. How do you open
    multiple worksheets all at once rather than having to do them individually?

  6. #6
    Gord Dibben
    Guest

    Re: How do I open multiple hidden worksheets all at once?

    Last

    VBA macro.........

    Sub Show_Sheets()
    Dim i As Integer
    For i = 1 To ActiveWorkbook.Worksheets.Count
    ActiveWorkbook.Worksheets(i).Visible = True
    Next i
    End Sub


    Gord Dibben Excel MVP


    On Thu, 14 Jul 2005 13:18:15 -0700, Last Samurai <Last
    Samurai@discussions.microsoft.com> wrote:

    >I know how to hide multiple worksheet by tagging them. How do you open
    >multiple worksheets all at once rather than having to do them individually?



  7. #7
    Curtis
    Guest

    Re: How do I open multiple hidden worksheets all at once?

    Why is this giving me an error? It doesn't make sense!!!!

    SUMPRODUCT(--('Raw - 2nd'!$C$2:$C$65536=$A37),--(MONTH('Raw -
    2nd'!$b$2:$b$65536=4),'Raw - 2nd'!$J$2:$J$65536)

    Column c is employee number
    Column b is date range
    Column j is $$ range

    Any help is appreciated. Hopefully I have not broken any rules by jumping
    in this string

    "Gord Dibben" wrote:

    > Last
    >
    > VBA macro.........
    >
    > Sub Show_Sheets()
    > Dim i As Integer
    > For i = 1 To ActiveWorkbook.Worksheets.Count
    > ActiveWorkbook.Worksheets(i).Visible = True
    > Next i
    > End Sub
    >
    >
    > Gord Dibben Excel MVP
    >
    >
    > On Thu, 14 Jul 2005 13:18:15 -0700, Last Samurai <Last
    > Samurai@discussions.microsoft.com> wrote:
    >
    > >I know how to hide multiple worksheet by tagging them. How do you open
    > >multiple worksheets all at once rather than having to do them individually?

    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1