Continuously Calculating...

  • Thread starter Thread starter Guest
  • Start date Start date
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
'''''''''''''''''''''''''''''''''''''''''''''''''''''
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top