Application.Cursor = xlDefault not working

R

RB Smissaert

Using Excel 2002.
Have to change the mouse cursor to xlWait for a lengthy (few minutes) ADO
routine.
When this routine is finished I do:
Application.Cursor = xlDefault
but the hourglass mouse cursor stays there.
I have tried DoEvents and some other tricks, but the only thing that works
sofar is to do a little mouse move with the Windows API. A manual mouse move
will make the default cursor return as well.
The ADO routine is simple, works fine and is definitely finished.
Any ideas what could be causing this?

RBS
 

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

Top