I am putting together a simple feedback survey. I have a list of questions/statements that the user has to score from 1-5. (example: Rate the level of customer service you recieved).
I have used option buttons to represent the numbers 1-5 and these are linked to cells in a hidden sheet and are in a group box so that the user can only select 1 score for each question/statement.
When the questionnaire is completed the user clicks on a command button at the bottom which emails the workbook back to me.
My query is, how do i ensure that the user answers every questions, (ie, selects 1-5 for every statement). Is there any code i could andd to the command button that ensures at least 1 option button from each group box has been selected before sending the email.
Thanks
I have used option buttons to represent the numbers 1-5 and these are linked to cells in a hidden sheet and are in a group box so that the user can only select 1 score for each question/statement.
When the questionnaire is completed the user clicks on a command button at the bottom which emails the workbook back to me.
My query is, how do i ensure that the user answers every questions, (ie, selects 1-5 for every statement). Is there any code i could andd to the command button that ensures at least 1 option button from each group box has been selected before sending the email.
Thanks