SQUIDD
Well-known Member
- Joined
- Jan 2, 2009
- Messages
- 2,137
- Office Version
- 2019
- 2016
- Platform
- Windows
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 reasons for this ask?
mainly i want to loop 6 columns and 300 rows
thanks
dave
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 reasons for this ask?
mainly i want to loop 6 columns and 300 rows
thanks
dave