Range.Width (Excel)
Returns a Double value that represents the width of a range in points. Read-only.
To set the width, use the ColumnWidth property.
Dim dblWidth As Double
dblWidth = ActiveCell.Width
Returns a Double value that represents the width of a range in points. Read-only.
To set the width, use the ColumnWidth property.
Dim dblWidth As Double
dblWidth = ActiveCell.Width