Assign the value to the ColumnWidth property of the ActiveCell using:
Sub colDemo() ActiveCell.ColumnWidth = 20 End Sub