Is there away to have specific cells unlock based on the entry of information in another?

  • Thread starter Thread starter Marc
  • Start date Start date
M

Marc

Is there away to have specific cells unlock based on the entry of
information in another? I want to have a series of questions that have to
be answered before you can enter information into a corresponding set of
cells. I would also need to have the answer generate a value in another
cell.

Marc
 
Lot's of ways using a worksheet_change event, input boxes, etc. tied to a
macro that unlocks based on the answers or the cells data
 
Back
Top