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.
I tried Range(“65,3:68,3”).Copy Range(“95,24:98,24”) as I want it to select, copy, and paste. but I got an error. have also tried no quotes, and (65,3):(68,3). It is important I do it this way versus A2 because the column number will become a variable. I have also tried Cells.CopyCells