D
Dan
Hello, I am trying to make a macro to select a column, preferably from preset
rows, but if I select the first cell, I have:
Dim C6 As String
C6 = Range("C6")
'C6 has: =ROW($A$1000) 'to designate the last row
Range(ActiveCell, ActiveCell.Offset(1000, 0)).Select
How do I include C6 in the above line, thanks.
rows, but if I select the first cell, I have:
Dim C6 As String
C6 = Range("C6")
'C6 has: =ROW($A$1000) 'to designate the last row
Range(ActiveCell, ActiveCell.Offset(1000, 0)).Select
How do I include C6 in the above line, thanks.