I have a worksheet which has a column of numbers (Col A) and a Yes/No dropdown list (Col C). Users have to look at the numbers in column A and if the number is =>1, they select Yes from the dropdown in Col C, if the number is 0 they select No
Eg A…………………C
1…………………Yes
0…………………No
1…………………Yes
1…………………Yes
What I need is a message box that will trigger if the user has not selected Yes (or No) where one or more of the cells in Col A =>1 (or the cells equal 0), and also prevents closure of the worksheet until the user has made the correct response.
I prefer not to use Data Validation as I would like the message to jump in front of the user, with the additional feature of preventing the user from exiting the worksheet before selecting from the dropdown list.
Would greatly appreciate any help that you guys can give.
Eg A…………………C
1…………………Yes
0…………………No
1…………………Yes
1…………………Yes
What I need is a message box that will trigger if the user has not selected Yes (or No) where one or more of the cells in Col A =>1 (or the cells equal 0), and also prevents closure of the worksheet until the user has made the correct response.
I prefer not to use Data Validation as I would like the message to jump in front of the user, with the additional feature of preventing the user from exiting the worksheet before selecting from the dropdown list.
Would greatly appreciate any help that you guys can give.