Error with Calendar object and CommandButton
i think u have not inserted calendar...
"Morris" wrote:
Hi, I have never worked with calendar object yet, so here's my
question:
Private Sub Workbook_Open()
CommandButton1.Caption = "Import the list of matches from " &
Calendar1.Value
End Sub
Run-time error '424':
Object required.
Why...?
|