+ Reply to Thread
Results 1 to 2 of 2

refer to a cell in another sheet

  1. #1
    JT
    Guest

    refer to a cell in another sheet

    My macro is contained in a workbook with 6 sheets (A, B,
    C, D, E, and F).

    I want to write an "If" statement, that looks at cell "Z1"
    on sheet "A" without actualing activating Sheet "A".

    Not sure how to do this. Thanks for the help......

  2. #2
    Bob Phillips
    Guest

    Re: refer to a cell in another sheet


    If Worksheets("SheetA").Range("A1").Value = ....

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "JT" <anonymous@discussions.microsoft.com> wrote in message
    news:05dd01c53544$78d04310$a401280a@phx.gbl...
    > My macro is contained in a workbook with 6 sheets (A, B,
    > C, D, E, and F).
    >
    > I want to write an "If" statement, that looks at cell "Z1"
    > on sheet "A" without actualing activating Sheet "A".
    >
    > Not sure how to do this. Thanks for the 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