Cursor Property

         Example         Applies To

Returns or sets the appearance of the mouse pointer in Microsoft Excel. Read/write Long.

Can be one of the following XlMousePointer constants.

Constant Description
xlDefault The default pointer
xlWait The hourglass pointer Hourglass pointer
xlNorthwestArrow The northwest-arrow pointer Northwest-arrow pointer
xlIBeam The I-beam pointer I-beam pointer

Remarks

The Cursor property isn't reset automatically when the macro stops running. You should reset the pointer to xlDefault before your macro stops running.