I am trying to understand how to make reference to different cells from VBA. Here is some example code of a range of cells.
Does this refer to Column A and Row 1 ?![]()
Set rng = .Range(.Cells(1, 1)
Thank you
(note: i didnt put the code in the code brackets because its just one line)
Bookmarks