+ Reply to Thread
Results 1 to 4 of 4

Using Macro, want to group all Worksheets, but Sheet1,How?

  1. #1
    Dandelo
    Guest

    Using Macro, want to group all Worksheets, but Sheet1,How?

    I want to use the code name to reference Sheet1, the Sheet is named something
    else and the name will continue to change.

    Also, the first line keeps failing with ,<type mismatch>:

    Sheets(Sheet1).Select
    --
    Thank you so much for your help!

  2. #2
    Don Guillett
    Guest

    Re: Using Macro, want to group all Worksheets, but Sheet1,How?

    try
    Sheets(1).Select

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Dandelo" <[email protected]> wrote in message
    news:[email protected]...
    >I want to use the code name to reference Sheet1, the Sheet is named
    >something
    > else and the name will continue to change.
    >
    > Also, the first line keeps failing with ,<type mismatch>:
    >
    > Sheets(Sheet1).Select
    > --
    > Thank you so much for your help!




  3. #3
    Dandelo
    Guest

    Re: Using Macro, want to group all Worksheets, but Sheet1,How?

    Wow!, thank you, Don. that did it!
    --
    Thank you so much for your help!


    "Don Guillett" wrote:

    > try
    > Sheets(1).Select
    >
    > --
    > Don Guillett
    > SalesAid Software
    > [email protected]
    > "Dandelo" <[email protected]> wrote in message
    > news:[email protected]...
    > >I want to use the code name to reference Sheet1, the Sheet is named
    > >something
    > > else and the name will continue to change.
    > >
    > > Also, the first line keeps failing with ,<type mismatch>:
    > >
    > > Sheets(Sheet1).Select
    > > --
    > > Thank you so much for your help!

    >
    >
    >


  4. #4
    Don Guillett
    Guest

    Re: Using Macro, want to group all Worksheets, but Sheet1,How?

    glad to help

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Dandelo" <[email protected]> wrote in message
    news:[email protected]...
    > Wow!, thank you, Don. that did it!
    > --
    > Thank you so much for your help!
    >
    >
    > "Don Guillett" wrote:
    >
    >> try
    >> Sheets(1).Select
    >>
    >> --
    >> Don Guillett
    >> SalesAid Software
    >> [email protected]
    >> "Dandelo" <[email protected]> wrote in message
    >> news:[email protected]...
    >> >I want to use the code name to reference Sheet1, the Sheet is named
    >> >something
    >> > else and the name will continue to change.
    >> >
    >> > Also, the first line keeps failing with ,<type mismatch>:
    >> >
    >> > Sheets(Sheet1).Select
    >> > --
    >> > Thank you so much for your help!

    >>
    >>
    >>




+ 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