Calendar ActiveX Control ReferenceProperties DayTextColor Calendar ActiveX Control DayTextColor Set/Get the foreground color of day text. Calendar1.DayTextColor[=Color] Parametercolorthe foreground color of day text.RemarkThis property is Read/Write. Example Visual Basic SyntaxCalendar1.DayTextColor = RGB(255,0,0)