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......
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......
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......
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks