» 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:
No comments have been submitted.

