E
Earle
Somthing like one of these may work...
a.
Worksheets("Sheet1").Range("A18"). _
AutoFormat Format:=xlRangeAutoFormatClassic1
b.
Columns("E:E").EntireColumn.AutoFit
You will have to play with these, and the Range/Columns as
required.
a.
Worksheets("Sheet1").Range("A18"). _
AutoFormat Format:=xlRangeAutoFormatClassic1
b.
Columns("E:E").EntireColumn.AutoFit
You will have to play with these, and the Range/Columns as
required.