Conditional Proctection?

I

Iriemon

Is it possible to lock/unlock cells based on another cell value?

If cell = "text1" unlock cells A4:B4 and lock cells C4:D4 If cell = "text2"
unlock cells C4:D4 and lock cells A4:B4

The text1, text2 are from a combo box drop down list located on another
worksheet

Thanks
 
R

Richard

Is it possible to lock/unlock cells based on another cell value?
If cell = "text1" unlock cells A4:B4 and lock cells C4:D4 If cell =
"text2" unlock cells C4:D4 and lock cells A4:B4
The text1, text2 are from a combo box drop down list located on
another worksheet


Unless I'm missing something, since you're already using a combo box
why not add code to lock/unlock the relevant cells, into the combo box
change/click event?

HTH

­­ 
I'm trying a new usenet client for Mac, Nemo OS X.
You can download it at http://www.malcom-mac.com/nemo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top