F2 moving cells with mouse

will29

New Member
Joined
Apr 22, 2019
Messages
3
I'm at a bit of a loss here. On every version of excel I've ever used (currently 2016) when you disable "Allow Editing Directly within Cell" you can then press F2 where the cells used in the formula will be highlighted by various colors and with the left mouse button you could move the highlighted color cell used in the formula. Now when I attempt this I have to press the right mouse button instead which is actually annoying and awkward to drag cells.

Any advice?
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
save the filename before saving the file to the new location. After successful ssaving delete old file.
something like this:
Code:
dim varFile as string
varFile = thisworkbook.path & "\" & thisworkbook.name

[I].... your code for saving to new location ....[/I]

Dim objFS as object
Set objFS = CreateObject("Scripting.FileSystemObject")
objFS.DeleteFile varFile, True
 
Upvote 0
Sorry - posted in the wrong place :)
 
Upvote 0
AFAIK regardless of the status of Allow editing Directly within Cell option after entering the cell (or the Formula Bar) the ranges (cells) included in the formula are highlighted and you can drag them around with either mouse button.

 
Upvote 0
AFAIK regardless of the status of Allow editing Directly within Cell option after entering the cell (or the Formula Bar) the ranges (cells) included in the formula are highlighted and you can drag them around with either mouse button.



Unfortunately if I use the left mouse button to drag it will just click into that cell. Only the right key will drag it. When I go to my other computers it works as I historically recalling it working being able to use the left mouse button.
 
Upvote 0
Have you installed any specific mouse drivers and probably changed some settings?
 
Upvote 0
Nope, our work computers only allow you to install drivers that work via plug n play. You can't install any specific software. Unless maybe those auto downloaded drivers via plug n play messed with some setting.
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,818
Members
449,049
Latest member
cybersurfer5000

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top