I have a VBA form that I added 2 text boxes to determine a date range. In those boxes, it calls a calendar control that's initially invisible. Here's the code:
Dim sWhere As String
Private Sub tbFrom_MouseDown(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As...