UseStandardWidth Property

Microsoft Excel Visual Basic

UseStandardWidth Property

       

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