Use this line from my code to get the first column
[VBA]
Selection.Columns(1).Select

[/VBA]