How do I change the cursor?

Important Notice


Please note that on 14th December 2023 users will experience an expected outage whilst we make upgrades to our network. We anticipate this process may take a couple of hours and so we apologise in advance for any inconvenience.

  • I believe the easiest way would be to place a LABEL over the cell. Make it Transparent and Send To Back.
    Then you could use a MouseOver event in the Sheet Module to change the cursor type.


    Here are a few cursor types :


    Application.Cursor = xlNorthwestArrow
    Application.Cursor = xlIBeam
    Application.Cursor = xlWait
    Application.Cursor = xlDefault

  • Yes. But the label only lags behind other objects, not behind the cells. I need cell access...


    And even if it were possible to leave the label behind the cells, by the time it was behind it,
    the cursor would be face-to-face with the cells and return to the default format. But, thank you.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!