Not allowing to continu unless a specific cell has specific answer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to see if I can force an answer to be selected in a specific cell
and that if it is not then the person can't move on in the document and
cannot save it with that answer.
For example, if the answers that can be selected are "yes" and "no", and
"no" is selected, then the person using the document will not be able to
continue with the questionnaire and save it.
Is this possible?
 
What do you mean when you say "not be able to continue with the
questionnaire"? What do you want to happen? One thing that can be done is
to lock all the cells (except the cell with the "no") and protect the sheet.
This will prevent the user from entering anything in any cell. Is this what
you want? Preventing a save when a "no" is in a specific cell is simple to
do. You can also have a message box pop up which explains to the user
whatever you want to explain. All of these things require VBA. HTH Otto
 
And then have a contingency plan for when user disables macros upon opening the
workbook<g>


Gord Dibben MS Excel MVP
 
Always. Thanks Gord. Otto
Gord Dibben said:
And then have a contingency plan for when user disables macros upon
opening the
workbook<g>


Gord Dibben MS Excel MVP
 

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

Back
Top