View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Deano Deano is offline
external usenet poster
 
Posts: 12
Default locking cells dynamically

Here is what I am trying to do:

I have protection set up so that the user can only enter unlocked cells. If
a certain cell (Say B12) contains "no", I want another cell (say C12) to be
unlocked, so the user can cursor to it. If that same cell (B12) contains
"yes", I want the cell (C12) to be locked so the user cannot cursor to it.

Is this possible?

Thanks,

Dean