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.