Selecting Range of 4 specific cells in R1C1 format
How do I select a range of cells not using the standard “A2:A4” but instead 2,1:4,1. I have the column number set to a variable so I can’t use typical letter number form.
Selecting Range of 4 specific cells not in A2 format
How do I select a range of cells not using the standard “A2:A4” but instead 2,1:4,1. I have the column number set to a variable so I can’t use typical letter number form.