Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
label caption | Excel Discussion (Misc queries) | |||
Is it a comment ? or a label ? or a caption ?.... | Excel Discussion (Misc queries) | |||
Load caption box on userform open | Excel Worksheet Functions | |||
Defining UserForm Caption from a Variable | Excel Worksheet Functions | |||
label caption | Excel Programming |