Hi All,

Can anyone suggest a way to create a list in a cell which is generated by checking checkboxes in a userform. Something along the line of (not in syntax!):

for cell b3 - if checkbox 1 == true - inset "word1", if checkbox 2 == true - inset "word2" etc.

Essentially what I'm after is to have 10 checkboxes to create a list of the checked items in a cell on pressing the submit button.

thanks for any help!!