Syntax

expression.UseStandardWidth

expression A variable that represents a Range object.

Example

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

Visual Basic for Applications
Worksheets("Sheet1").Columns("A").UseStandardWidth = True
Make all of the columns a standard width? Make excel use regular width on columns for this sheet? Reset column widths to builtin standard width? Standard column width? use standard width Use Standard Width Property Use the builtin width for all columns? UseStandardWidth UseStandardWidth Property

See also: