Hello I need help with a macro to select all the rows in the column of the active cell.
The number of rows that are selected are based on the number of rows with data in column A.
However I'm getting an error when I use the code below:
Sub SelectColumn()
Dim CC As Long
myfield1 =...