I'm trying to select specific rows in the active column - I've found the above code to work, but I need to be able to select rows 3, 10, 20. I've tried a few different codes for this, but all of them have selected the entire row and not just the row number in the active column.
VBA Code:
ActiveSheet.Columns(ActiveCell.Column).Rows(3).Select