|  

» 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.25     Views: 57221
No comments have been submitted.
Click here to post comment
For Registered Users
Name
Comment Title
Comments