Monday 15 December 2014

Microsfot Excel - Macro - How to change column width

Watch this example on YouTube

Sub Test()
   Columns(2).ColumnWidth = 20
   Columns("C").ColumnWidth = 30
End Sub

No comments:

Post a Comment