|  

» Change the cursor appearance to hourglass using VBA in Microsoft Excel

Post this cofe line at the begining of the code to change the cursor appearance to hourglass:
Application.Cursor = xlWait
Post this code line before the end of the code to set the cursor back:
Application.Cursor = xlDefault 


Rate This Tip
12 34 5
Rating: 4.20     Views: 71311
Any Other Options?
David Lachnicht  Posted on: 31-12-1969
Is "Wait" the only option?
Name
Comment Title
Comments