Share via

Can the mouse pointer be changed back to the arrow in Excel?

Terri Vathis 0 Reputation points
2026-01-26T19:36:52.99+00:00

Is there a way to change the cursor back to the arrow instead of the plus sign?

The plus sign that appears, when you click into a cell, doesn't always have the black outline around it, making it hard to see.

Microsoft 365 and Office | Excel | For business | Windows
0 comments No comments

2 answers

Sort by: Most helpful
  1. Hendrix-C 15,095 Reputation points Microsoft External Staff Moderator
    2026-01-26T21:46:08.89+00:00

    Hi @Terri Vathis,

    Thank you for posting your question in the Microsoft Q&A forum.

    According to your concern, the white plus cursor inside the worksheet grid is the normal selection pointer which indicates that you're selecting cells and ranges in Excel. Unfortunately, currently there is no Excel setting can change or modify that white plus pointer.

    If you find its visualization is difficult to see, you can improve the pointer visibility by increasing its size. To do that, go to Settings > Accessibility > Mouse pointer and touch > Size. The default size is set as 1 and you can slightly increase it to 2. It will make the cursor bigger with thicker black border, help increase its visibility.

    User's image

    I hope this helps you move forward smoothly. If you have any questions or need further clarification, please feel free to reach out again and I’ll be happy to continue assisting you.

    Thank you for your patience and understanding. Looking forward to your response.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. Q&A Assist
    2026-01-26T19:38:02.24+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Yes, you can change the mouse pointer back to the arrow in Excel. You can do this by setting the Cursor property of the Application object to xlDefault, which represents the default pointer (the arrow). Here’s a brief overview of how to do it:

    1. Set the Cursor property to xlDefault before your macro stops running to ensure that the pointer resets to the arrow.
    2. You can also use the MousePointer property to specify the type of pointer displayed when the user positions the mouse over a particular object. For example, you can set it to fmMousePointerArrow to explicitly change it to the arrow pointer.

    This way, you can manage the appearance of the mouse pointer as needed in your Excel application.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.