G
Guest
I have included a scrolling text feature in the Form_Timer, set to 1 second
(see below). How can I stop the Status Bar displaying "Calculating..."
whereever the timer is fired?
'''''''''''''''''''''''''''''''''''''''''''''''''''''
ScrollingTextBackward.Value = Mid(ScrollingTextBackward.Value, 2)
If (Len(ScrollingTextBackward) = 0 Or IsNull(ScrollingTextBackward)) Then
ScrollingTextBackward = Space(110) & "Today's Thursday"
End If
'''''''''''''''''''''''''''''''''''''''''''''''''''''
(see below). How can I stop the Status Bar displaying "Calculating..."
whereever the timer is fired?
'''''''''''''''''''''''''''''''''''''''''''''''''''''
ScrollingTextBackward.Value = Mid(ScrollingTextBackward.Value, 2)
If (Len(ScrollingTextBackward) = 0 Or IsNull(ScrollingTextBackward)) Then
ScrollingTextBackward = Space(110) & "Today's Thursday"
End If
'''''''''''''''''''''''''''''''''''''''''''''''''''''