not protecting worksheet

  1. S

    Cannot unprotect Sheet from Module

    Hello! I have a strange issue. On my worksheet, I initiate macros with added right-click buttons. The macro first unlocks the sheet, changes the cells' (carried via parameter) content (clears), and locks it again. During the subroutine's step-by-step debug everything works fine. However, when...
  2. R

    Locking a range of cells without protecting the worksheet

    Good afternoon all, I have working on different ways to lock cells without protecting the worksheet. I have found the following code to perform someway to what I am looking for: Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Target.Column = 6 Then If Target.Row...

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