Editing a sell works but selecting one or more cells not working

lmd111

New Member
Joined
Aug 27, 2011
Messages
3
:confused: Something has changed in accessing one or more cells. To start off, the work sheet works on one computer as usual.
When opened on a different computer the normal "left click a cell" doesn't bring up the usual black select border, nor can you left click the column letter or row number to highlight these. Also cannot left click drag across to select multiple rows. Seems to me a "setting" on the second computer has changed. (sheet protection is OFF). Help would be gratefully received. Doubling clicking any cell lets you edit or add data.:confused:
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
If you load the visual basic editor and type...

Code:
Application.ScreenUpdating = True

...in to the immediate window help?

D
 
Upvote 0
Load workbook. Load VBE (ie alt+f11). Go to the intermediate window - you may have to first go to view and show the window. Type in the above and hit enter.

It may not be the issue, but at somepoint the application could be disabling screenupdating (ie via an add-in). This would, at least, rule the above out...
 
Upvote 0

Forum statistics

Threads
1,214,793
Messages
6,121,614
Members
449,039
Latest member
Mbone Mathonsi

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