K
Kevin McCartney
I have a private sub procedure that I want to call from another private sub
procedure, but I get the error message Type mismatch
the sub procedure I want to call is "Private Sub txtExpectedDate_Exit(ByVal
Cancel As MSForms.ReturnBoolean)"
and I call it by "txtExpectedDate_Exit (False)"
So the questions is what is the correct code to call a private sub procedure
object_Exit?
TIA
KM
procedure, but I get the error message Type mismatch
the sub procedure I want to call is "Private Sub txtExpectedDate_Exit(ByVal
Cancel As MSForms.ReturnBoolean)"
and I call it by "txtExpectedDate_Exit (False)"
So the questions is what is the correct code to call a private sub procedure
object_Exit?
TIA
KM