UseStandardWidth Property [Excel 2003 VBA Language Reference]

True if the column width of the Range object equals the standard width of the sheet. Returns Null if the range contains more than one column and the columns aren't all the same width. Read/write Variant.

Example

This example sets the width of column A on Sheet1 to the standard width.

Worksheets("Sheet1").Columns("A").UseStandardWidth = True

Applies to | Range Collection

See Also | ColumnWidth Property | StandardWidth Property | UseStandardHeight Property