Selecting one or more columns
:
Return to List
Columns(3).Select
' Will select Column C (or third one to the right)
Columns("C").Select
' Will select Column C
Columns("A:C").Select
' Will select Columns A to C
Note to Webmaster