April 2006
Beginner
1114 pages
98h 16m
English
worksheet.Columns([Index])
Returns a Range object that represents the column specified by Index or all the columns in a worksheet.
The following code selects the second column (column B) in the active worksheet:
ActiveSheet.Columns(2).Select
Read now
Unlock full access