Using application.screenupdating in excel 2013 makes my unlocked cells in protected sheet - non editable

UK_2016

New Member
Joined
Jun 15, 2016
Messages
1
[FONT=&quot]I had an application in 2010 which was working fine. I recently have to migrate my application to 2013.
There was lot of flickering occurred in 2013. So I have used application.screenupdating = false in beginning of my macro and set it back to TRUE during end of my macro.
Though setting of application.screenupdating = false/true is working fine and flickering also stopped.
But other issue which I faced is that some of the unlocked cells in my protected sheet have stop responding. Though they are unlocked still I cannot enter any value. Excel almost freeze for them. No worksheet_change events get called. But to my surprise in same sheet I have some drop-down cells and command buttons and when I clicked or select other values from them. Whole sheet becomes responsive and started responding to macros.

Plus executing a simple line of VBA code from background - debug.print sheetname.range("$A$1").locked. i.e. checking locked property of any cell makes those editable cell again working. i.e. I am again able to edit them
Please suggest what to do?:confused:



[/FONT]

[FONT=&quot]
[/FONT]
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.

Forum statistics

Threads
1,215,674
Messages
6,126,144
Members
449,294
Latest member
Jitesh_Sharma

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