» Change the cursor appearance to hourglass using VBA in Microsoft Excel
CATEGORY - General Topics in VBA
VERSION - 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:
- Business Analysis with Microsoft Excel (2nd Edition)
- How to Use Financial Statements: A Guide to Understanding the Numbers
- Microsoft Office Xp: Advanced Concepts and Techniques: Word 2002, Excel 2002, Access 2002, Powerpoint 2002
- The Financial Numbers Game: Detecting Creative Accounting Practices
- Quantitative Methods in Derivatives Pricing: An Introduction to Computational Finance
- East of Eden (Oprah's Book Club)
No comments have been submitted.

