How to get my arrow back that turned into a cross in excel

Cathy Haraburda 0 Reputation points
2025-03-05T04:53:54.3433333+00:00

How to get my arrow back that turned into a cross in excel

Microsoft 365 Developer Program
Microsoft 365 Developer Program
Microsoft 365: Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.Developer Program: A Microsoft program designed to help developers build cross-platform productivity experiences by giving them access to a developer subscription, sample data packs, documentation, training, experts, recommendations, and community events.
63 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Serhat E 1 Reputation point
    2025-03-05T08:42:19.02+00:00

    Hi,

    Its a quote which you can try.

    I'm not sure if you would consider this a resolution but within the MS-Excel Microsoft Visual Basic for Applications Environment [VBE] "Immediate" window type the following (and press [Return]/[Enter] to confirm): Application.Cursor = xlNorthwestArrow To return to the 'Plus' cursor use: Application.Cursor = xlDefault You will need to do this again once you have closed all MS-Excel sessions and re-launched the product. That is, it is not a permanent 'fix' - just temporary for the life of the MS-Excel application in your environment.

    Another quote;

    You may follow these steps to change the mouse pointers to default and check if that makes any difference: Open Control Panel and click on Mouse icon. Click/tap on the Pointers tab and Under Customize, select a pointer you want to change. Click/tap on Use Default if you want to change the pointer to use the default pointer for it. Click/tap on Apply to make the change to see how you like it. When done, click/tap on OK to apply and close Mouse Properties. Remember to restart the computer to check if that helps.

    I am also sharing an article from Microsoft that I just came across during my research.

    https://learn.microsoft.com/en-us/office/vba/api/excel.application.cursor

    0 comments No comments

Your answer

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