Wednesday, March 26, 2014

How to adjust automatically the width of the columns?(VBA-Excel)

This might be the easiest command you have ever seen in VBA. ;)

Sub columns_adjust()

Columns.Autofit

End Sub


No comments: