View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David Messenger David Messenger is offline
external usenet poster
 
Posts: 11
Default Disabling automatic hourglass cursor whilst VB Code running

I have been experimenting with Application.Ontime to run a Sub Routine once
per second (or whatever time interval) to update a Graph.
Using Application.ScreenUpdating = False in the Sub Routine to minimise
flicker.
Every second, as Sub Routine runs the Cursor changes from whatever it was
(crosshair, arrow, I beam etc) to Hourglass for a split second.
Any suggestions how this cursor feature be disabled in the Sub Routine or
via some other setting option ?

Thanks