April 2006
Beginner
1114 pages
98h 16m
English
range.Columns([Index])
Returns a Range object that represents the columns in the specified range or the column specified by Index. The following code changes the font in column A of the specified range to bold type:
ActiveSheet.Range("A1:B4").Columns(1).Font.Bold = TrueRead now
Unlock full access