How do I change the cursor?

  • 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!