VBA to Unlock and/or Lock Cells (Determined by Cell Fill Color)?

scott_86_

New Member
Joined
Sep 27, 2018
Messages
28
Office Version
  1. 365
Platform
  1. Windows
Hi, after searching the web and testing VBA codes, I've become stuck...

I have a Cell Range - E8:J27:
  • where all cells have a fill color of RED,
  • and can change to either WHITE or BLACK
    • which is determined by conditional formatting.
  • For the desired outcome I am not sure if the cell range should be set to locked, unlocked, or
    • ​if the workbook being protected when opened will determine this.

Workbook Details:
  • VBA protected when closed.
    • As a result, protected when opened.
    • Protected with a password.

Outcome Desired:
  • RED = UNLOCKED
  • WHITE = UNLOCKED
  • BLACK = LOCKED
    • BLACK cells can only be edited when workbook/worksheet is unprotected.
  • Looped through all worksheets which all have the exact same layout, fill colors, conditional formatting, etc.

Hopefully, I have explained this so someone can understand. If anyone could help me out with a code, it'd be greatly appreciated.

Thanks in advance!
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"

Forum statistics

Threads
1,214,635
Messages
6,120,660
Members
448,975
Latest member
sweeberry

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