P
PsyberFox
I'm getting the following error:
"The expression On Timer you entered as the event property setting produced
the following error: A problem occured while MSA was communicating with the
OLE server or ActiveX Control.
The expression may not result in the name of a macro, the name of a
user-defined function, or [Event Procedure].
There may have been an error evaluating the function, event, or macro."
The event procedure is as follows:
Private Sub Form_Timer()
lblRememberInfo.Visible = Not lblRememberInfo.Visible
End Sub
And the Timer Interval is set to 500.
I have the same settings and a similar event procedure on another form, and
it works fine... please help!
Thank you!
"The expression On Timer you entered as the event property setting produced
the following error: A problem occured while MSA was communicating with the
OLE server or ActiveX Control.
The expression may not result in the name of a macro, the name of a
user-defined function, or [Event Procedure].
There may have been an error evaluating the function, event, or macro."
The event procedure is as follows:
Private Sub Form_Timer()
lblRememberInfo.Visible = Not lblRememberInfo.Visible
End Sub
And the Timer Interval is set to 500.
I have the same settings and a similar event procedure on another form, and
it works fine... please help!
Thank you!