» Change the cursor appearance to hourglass using VBA in Microsoft Excel
CATEGORY: General Topics in VBA |
VERSIONS: All Microsoft Excel Versions |
Post this cofe line at the begining of the code to change the cursor appearance to hourglass:
Application.Cursor = xlWaitPost this code line before the end of the code to set the cursor back: Application.Cursor = xlDefault |
Book Store:
Recommended Books:
- Excel Charts
- The Intelligent Investor: The Classic Bestseller on Value Investing
- Financial Reporting and Analysis (2nd Edition)
- What the IRS Doesn't Want You to Know: A Cpa Reveals the Tricks of the Trade
- Microsoft Windows XP Step by Step (With CD-ROM)
- Harry Potter and the Order of the Phoenix (Book 5)
Related MS EXCEL TIPS:
Terms
and Conditions of use
The applications/code on this site are distributed as is and without warranties
or liability. In no event shall the owner of the copyrights, or the authors
of the applications/code be liable for any loss of profit, any problems
or any damage resulting from the use or evaluation of the applications/code.





