RichCowell
Board Regular
- Joined
- Dec 5, 2013
- Messages
- 121
- Office Version
- 365
- Platform
- Windows
Hi all!
I've got a calendar in a spreadsheet, horizontal with a column for each day.
the cells above each day are as follows:
so a real example:
I've got conditional formatting to fill the weekend days black (based on values beginning with "S" in E3)...
Is there any way with conditional formatting or VBS to automatically adjust the column width for Saturdays and Sundays so I can make them narrower?
It's all set to update based on the year, so it's not something I'd want to do manually if I can help it.
Thanks,
Rick
I've got a calendar in a spreadsheet, horizontal with a column for each day.
the cells above each day are as follows:
Code:
E
1 dd
2 dd mmm yyyy
3 ddd
so a real example:
Code:
E
1 13
2 13 Apr 2018
3 Fri
I've got conditional formatting to fill the weekend days black (based on values beginning with "S" in E3)...
Is there any way with conditional formatting or VBS to automatically adjust the column width for Saturdays and Sundays so I can make them narrower?
It's all set to update based on the year, so it's not something I'd want to do manually if I can help it.
Thanks,
Rick