Thread
:
Cell reference based on calculation
View Single Post
#
2
Dave O
Posts: n/a
When you say I want the cell reference to move to C98<< do you mean
you want the cell *pointer* to move? If so, then this line will move
the pointer to that cell:
Range("c" & Range("a1").Value).Select
Reply With Quote