K
K
Hello
I just can't figure this out.
I am using Label Caption to deliver messages on a Userform (see below)
When I step through the procedure the Caption works. When I run it does
not.
The ValidateDate Sub uses LabelMessage.Caption (different message) , and
this works fine when I run it.
When I move
LabelMessage.Caption = "Testing Date. Please Wait"
to within the VaildateDate Sub the same problem described above occurs
What am I missing
Thanks for any suggestions
Private Sub lblStartDate_Click()
Dim TCTestDate As String
TCTestDate = txtStartDate.Value
LabelMessage.Caption = "Testing Date. Please Wait"
Call ValidateDate( )
End Sub
I just can't figure this out.
I am using Label Caption to deliver messages on a Userform (see below)
When I step through the procedure the Caption works. When I run it does
not.
The ValidateDate Sub uses LabelMessage.Caption (different message) , and
this works fine when I run it.
When I move
LabelMessage.Caption = "Testing Date. Please Wait"
to within the VaildateDate Sub the same problem described above occurs
What am I missing
Thanks for any suggestions
Private Sub lblStartDate_Click()
Dim TCTestDate As String
TCTestDate = txtStartDate.Value
LabelMessage.Caption = "Testing Date. Please Wait"
Call ValidateDate( )
End Sub