Hi,
I created a Spreadsheet with the name "Start" and added 5 Optionbuttons named "Choice1" to Choice"5" and a commandbutton to execute the code and to vote.
The following code works but I'm not absolutely sure if it fits your needs
it's rather simple and therefore not dynamic (,yet).
But I preferred plain code, you can learn from 
The code creates a Sheet called "Result" if it doesnt exist and writes the values of the optionbuttons in Cells A1 to A5. I didnt work on Headlines a.s.o. because everyone has his own design 
You could also add a code fragment that checks if there is an optionbutton selected (if not then msgbox("alert"))
something like that.
Regards,
Simon
Bookmarks