Hi all
when using something like this
msgbox(cells(1,1))
can that only work on the active sheet??
lets say on sheet1 in a1 = have "hello"
but im on sheet 2 when i run the code.
can i have it display the word hello with msgbox(cells(1,1))
i know i can use range(blar balr), i have other...