Hello!
I am trying to make a loop that cycles through a specific range of cells if the contents of one cell contains "Y"
Basically:
All Cells are not locked
All Cells look normal
Cells within the range of C4:Q4 are locked and greyed out
If B4 = "Y" then C4 becomes unlocked, B4 & B3 changes color (light green fill dark green text), C4 Returns to the default color,
otherwise it remains locked
If C4 = "Y" then D4 becomes unlocked, C4 & C3 changes color (light green fill dark green text), C4 Returns to the default color,
otherwise it remains locked
This continues as a loop until it reaches the end.
It would keep doing this check every time I enter something in the unlocked box.
i have some code I wrote from a lot of googling and a rusty knowledge of a cs course from university.
Also I'm on a MAC smh :\ if that makes a difference.![]()
Please Login or Register to view this content.
I need some help, I have a VERY general understanding of VBA, but not the right kind of knowledge to get exactly where I need to go.
Any suggestions?
Bookmarks