D
dh
I have a custom Outlook form, with an Excel spreadsheet object. I want to
format the cell width and I can't seem to get the format correct
This is the code that I tried and the syntax seems incorrect
Range("A110").Select
Columns("A:A").ColumnWidth = 14
Columns("B:B").ColumnWidth = 12.57
Columns("C:C").ColumnWidth = 14
Columns("D").ColumnWidth = 14.86
Any ideas?
Thanks!
DH
format the cell width and I can't seem to get the format correct
This is the code that I tried and the syntax seems incorrect
Range("A110").Select
Columns("A:A").ColumnWidth = 14
Columns("B:B").ColumnWidth = 12.57
Columns("C:C").ColumnWidth = 14
Columns("D").ColumnWidth = 14.86
Any ideas?
Thanks!
DH