column width

M

mdmackillop

Search Inches in VBA help for information.
This should give you a column 1 inch wide (72 points), but it doesn'
look like it on my screen

Columns(1).ColumnWidth
Application.InchesToPoints(1
 
Top