Mouse cursor control

  • Thread starter Thread starter Mike Krumel
  • Start date Start date
M

Mike Krumel

Greetings,
I have a sheet which automatically refreshes
every 2 seconds. Some of my co-workers have complained
that the cursor alternating between an arrow and the
hourglass when it recalculates every 2 secsond is
distracting. Is there a way to disable the hourglass in
the macro for that sheet, but not for every windows
application?

Thanks,
Mike

Windows 2000
Excel 2000
 
I doubt you can overcome Excel's built in behavior. Possibly you could
redefine the cursor shown for busy using one of the activate events and the
windows API, but then your co-workers might complain that the mouse doesn't
seem to work correctly.
 

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