I need to create an excel sheet for a survey. Some of the questions should have the option to select multiple answers out of a drop down menu.
I have already the data validation for those questions and it's all working. However, I can't make it so I'm able to select multiple options from the drop down menu. I've used a few sample codes, making the necessary changes and still can't make it work. Anyone can help with the VBA code? Here are all the columns in which this should apply to: I, N, Q, W, AB, AD and AF (I'm assuming they should be input as number, so here you go: 9, 14, 17, 23, 28, 30 and 32).
The selections should all be input in the same cell, separated by commas.
Thank you!!