Hello
I have a multipage userform which includes around 50 sets of 3 togglebuttons. Each set of 3 togglebuttons are within a frame and the frame includes a textbox and a label. The 3 toggle buttons are option answers to questions and the user must select one of the three togglebuttons for their answer of 'yes', 'no' or 'not applicable'. On selecting the correct button, the answer is placed into a specific cell on the worksheet.
I have the following code, which works fine for one set of the buttons:
Rather than repeat the code 50+ times, could someone point me in the right direction to be able to use the code once in a module (?) and then be able to call that module for each set of the 3 togglebuttons? It may be difficult as each answer is transferred into a non-consecutive cell in the workbook?![]()
Please Login or Register to view this content.
Thank you in advance for any pointers.
Bookmarks