How to Get Rid of Plus Sign Cursor in Excel (2 Effective Methods)

When working in Excel, you may encounter situations where the cursor transforms into a white plus sign. This white plus sign cursor issue can be a source of frustration for many users. There are instances when you might want to get rid of it, especially if it interferes with your workflow or if you need more control over cell dragging or dropping.

In this article, you will learn to get rid of the white plus sign cursor in Excel using Excel Advanced Options and creating a VBA macro.

In the below dataset, there are Item, Price, and Discount columns. A formula is applied to get the New Price. The following overview image shows the before and after versions of getting rid of the plus sign cursor in Excel.

Before and after versions of getting rid of plus sign cursor in Excel


Why Do We Need to Get Rid of Plus Sign Cursor in Excel?

Sometimes you may face the issue that your cursor is not working as the Fill Handle tool. You can not drag down the cursor and copy data. Or you can not drop a cell data in another cell.

If you are not comfortable with the white cross-sign cursor, you may also want to get the conventional arrow cursor in your Excel Sheet. There are easy ways to modify or change the plus sign cursor in Excel.

2 Easy Ways to Get Rid of Plus Sign Cursor in Excel

To get rid of the white plus sign cursor, the ways are:


1. Using Excel Advanced Option

You can use the Excel Advanced Options to enable the Fill Handle tool, it will transform the white plus sign cursor to the black plus sign cursor. Then it will be able to drag formulas and drag or drop cell data in another cell.

To get rid of the plus sign cursor using the Advanced Excel option, follow the steps below:

  1. Go to the File tab.Opening the File tab
  2. Select Options from the left navigation menu.Selecting Options from Backstage View An Excel Options dialog box will appear.
  3. Select Advanced > Enable fill handle and cell drag-and-drop > OK.
    Enabling Fill Handle tool
  • Now hover the mouse at the right bottom corner of a cell. You will see a black color plus sign known as the Fill Handle tool. Drag it to copy the formula.

Fill handdle tool visible

  • It worked and here’s the result.
    Using plus sign cursor as fill handle tool

2. Applying Excel VBA

This method does not bring any operational change to the cursor. It will change the white plus sign cursor into the conventional arrow cursor. However, the Fill Handle tool will work for both cursors if you keep enabling the Fill Handle option as mentioned in the first section.

To get rid of the plus sign cursor in Excel using VBA, follow the steps below:

  1. Open the Developer tab and select the Visual Basic option.Opening visual basic editor A new window of Microsoft Visual Basic for Applications will appear.
  2. Go to View tab > Immediate Window.Opening Immediate window
  3. Write the following code in the window and press Enter:

Application.Cursor = xlNorthwestArrow
Code to get rid of plus sign cursorYou will then get the white cursor changed into the conventional arrow cursor.

Arrow sign cursor


Download Practice Workbook


Conclusion

In short, here you learned 2 ways to get rid of the plus sign cursor in Excel. You can either use the Advanced options or the VBA macro depending on your preference. Thank you for reading this article, we hope this was helpful. If you have any queries or suggestions, please let us know in the comment section.


Frequently Asked Questions

Can I customize or change the appearance of the plus sign cursor in Excel?

Yes, you can change the appearance of the plus sign cursor by applying the VBA method of this article.

How to get rid of the plus sign cursor in Microsoft Office 2010?

You can use the same methods of this article to get rid of the plus sign cursor in Office 2010.


Related Articles


<< Go Back to Cursor in Excel | Excel Parts | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Afia Kona
Afia Kona

Afia Aziz Kona, a graduate of Civil Engineering from Khulna University of Engineering & Technology, Bangladesh, serves as a technical content creator in the ExcelDemy project. Possessing a passion for innovation and critical thinking, she actively embraces challenges. Beyond her engineering background, Afia exhibits a keen interest in Excel, having authored numerous articles on Excel & VBA-related issues to simplify the experience for users facing obstacles in Excel. Apart from creating Excel tutorials, she is also... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo