» 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:
Any Other Options?
David Lachnicht Posted on: 31-12-1969
Is "Wait" the only option?

