Hour Glass Mouse

M

Mike H.

I turn the screenupdating off and during a rather long execution the hour
glass sometimes stays as an hourglass and sometimes is just a cursor but
unusable. How can I force the cursor to be an hourglass until I am ready to
make it back to a pointer?
 
B

Bill Manville

Application.Cursor = xlWait
...
Application.Cursor = xlDefault

Bill Manville
MVP - Microsoft Excel, Oxford, England
 
Top