I have a worksheet which contains feedback scores for my company. I’ve set up user forms and command buttons to simplify the inputting.
For example, User form 1 says ‘How useful did you find the staff?’, and contains five command buttons, marked 1 to 5.
How do I get VBA to input the relevant value? ie if command box 3 is selected by the user, I need 3 entered into the next available row in column A?
Thanks for your help.
For example, User form 1 says ‘How useful did you find the staff?’, and contains five command buttons, marked 1 to 5.
How do I get VBA to input the relevant value? ie if command box 3 is selected by the user, I need 3 entered into the next available row in column A?
Thanks for your help.