Pinaceous
Well-known Member
- Joined
- Jun 11, 2014
- Messages
- 1,124
- Office Version
- 365
- Platform
- Windows
Hi All,
I'm working with Excel's "Page Layout" Ruler in trying to set a column width for each pages print.
I notice that the Excel sheet for this Ruler page, if I adjust the column width manually upon the sheet, it represents the number as a fraction of an inch.
For example, upon the Excel sheet if manually adjust the Column width to 0.51" the vba code translates this as; Selection.ColumnWidth = 8.5
In running my code multiple times, I notice that it shrinks the columns size in adding extra columns onto the sheet, picture attached.
Can someone help me figure this out??
Thanks,
pinaceous
I'm working with Excel's "Page Layout" Ruler in trying to set a column width for each pages print.
I notice that the Excel sheet for this Ruler page, if I adjust the column width manually upon the sheet, it represents the number as a fraction of an inch.
For example, upon the Excel sheet if manually adjust the Column width to 0.51" the vba code translates this as; Selection.ColumnWidth = 8.5
In running my code multiple times, I notice that it shrinks the columns size in adding extra columns onto the sheet, picture attached.
Can someone help me figure this out??
Thanks,
pinaceous