Applies To
Range Object.
Description
True if the column width of the Range object equals the standard width of the sheet. Read-write.
See Also
ColumnWidth Property, StandardWidth Property, UseStandardHeight Property.
Example
This example sets the width of column A on Sheet1 to the standard width.
Worksheets("Sheet1").Columns("A").UseStandardWidth = True