I have not used VBA in years, after much frustration with a project I am working on, I found an example of how to create checkboxes in excel using VB and the font Marlett. I can not tell you how much of a help this was.
The only issue I am still having is how to make a group of 3 mutually exclusive checkboxes default to one if none are checked.


Basically in the example named CheckBox Alternative submitted by lenze, there are a group of checkboxes in this case D2,D4,D6 that you can only choose one of as it clears the other two. I need to add a line somehow that would make D6 the default and show it checked, if the user does not select any of the three.

Any help would be appreciated.