Kind of strugling with a userform in which I have made 3 checkboxes.

The idea is that the user get the userform and can select 1 to 3 of the options.
Then a button 'Go' will need to set of some vba code which loops thru the 3 checkboxes to see what was chosen.

When true its needs to do something and when false just go on to the next box.