Change excel's default cursor

Viewed 24

For years and years, my default excel cursor was always the arrow pointer/clicker. All of a sudden it seems to be a big fat gross plus sign and I hate every second I have to look at it. I know there is a VB macro I can write that will call the default cursor, but that having to do that every single time I make or load an excel file is going to slow me down and drive me insane. Does anyone know how I can permanently set the default back to my sleek and lovely arrow?

1 Answers

Drag and drop needs to be enabled.

To enable drag and drop, select File > Options Under Options, select Advanced Under Editing Options, select "Enable fill handle and cell drag and drop" Click OK

Related