Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Lock Cell based on another cell value

Status
Not open for further replies.

swertel

Mechanical
Joined
Dec 21, 2000
Messages
2,067
Location
US
I have some conditions in my calculations that I want to make a bit more user friendly. I have conditional formatting set up to make the user choice visibly obvious, but I also want to conditionally lock cells based on values in other cells.

How would I go about doing that, if it is even possible?

--Scott
 
You could have an Event monitor macro running...i.e. in the API Sheet/WorkSheet/SelectionChange

Then use it to change the protection on a cell(s).

Ken
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top