nodding dino
Board Regular
- Joined
- Aug 5, 2003
- Messages
- 94
Hey all,
This one sounds too easy but i can't seem to be able to find the required syntax!
I would like to grab the value of a cell in sheet1 whilst I am in sheet2 and hold the value in a variable. I have found this this:
but instead of the row, I just want a single cell (A1) can someone please put me out of my misery...!!!
Thanks!
This one sounds too easy but i can't seem to be able to find the required syntax!
I would like to grab the value of a cell in sheet1 whilst I am in sheet2 and hold the value in a variable. I have found this this:
Code:
myvar=Worksheets("sheet1").Rows(1)
but instead of the row, I just want a single cell (A1) can someone please put me out of my misery...!!!
Thanks!