» Change the cursor appearance to hourglass using VBA in Microsoft Excel
CATEGORY - General Topics in VBA
VERSION - All Microsoft Excel Versions
Application.Cursor = xlWaitPost this code line before the end of the code to set the cursor back:
Application.Cursor = xlDefault
Book Store:
Recommended Books:
- Financial Statement Analysis with S&P insert card
- Word 2002: The Complete Reference
- Managerial Accounting: Tools for Business Decision Making, WebCT, 2nd Edition
- The Fall of Advertising and the Rise of PR
- Analyzing Markets, Products, and Marketing Plans
- Business Analysis and Valuation: Using Financial Statements, Text and Cases
No comments have been submitted.

