I'm playing with single click options and double click option with a timer, how can I tell if I've entered a sub routen?
Private Sub Timer1_Timer()
' Label1.Caption = Time ' Update time display.
Timer1.Enabled = False
Debug.Print fg1_dblClick
If fg1_dblClick = "" Then < i'm dead here
Load Form1
Form1.Show
End If
End Sub
Thank you.
Private Sub Timer1_Timer()
' Label1.Caption = Time ' Update time display.
Timer1.Enabled = False
Debug.Print fg1_dblClick
If fg1_dblClick = "" Then < i'm dead here
Load Form1
Form1.Show
End If
End Sub
Thank you.