Syntax

expression.StandardWidth

expression A variable that represents a Worksheet object.

Remarks

One unit of column width is equal to the width of one character in the Normal style. For proportional fonts, the width of the character 0 (zero) is used.

Example

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

Visual Basic for Applications
Worksheets("Sheet1").Columns(1).ColumnWidth = _ Worksheets("Sheet1").StandardWidth
Can I assign a value to the default column width? Retrieve standard width of columns. Set standard width to 15 characters in the normal font. standard width Standard width property StandardWidth StandardWidth Property

See also: