View Single Post
 
Old 02-22-2025, 12:37 PM
batman1 batman1 is offline Windows 11 Office 2013
Advanced Beginner
 
Join Date: Jan 2025
Posts: 57
batman1 is on a distinguished road
Default

1. In the Calendar module in the Sub CreateNewDoc there is a line
Code:
objActiveRange.Style = rgstrDaysStyle(iCalendarStyle) & iOrientation & iNoPicture
If you don't change anything (just click Next, Finish on the UserForm) then in the above line you have objActiveRange.Style = "Boxes 11" - font.Size = 36, paragraph alignment= Center. For you it should be font.size = 20 and alignment = Left.

2. You can select all the cells of the table (calendar) --> choose STYLE: font.size = 20, paragraph alignment = left.
Reply With Quote