In a userform I have a number of togglebuttons that are in an 'unselected' state when the form loads. During the course of completion the user clicks on the togglebuttons to change their state to either 'true' or 'false', 'on' or 'off', '1' or '0', whichever way you want to look at it..
I want to incorporate a cmdbutton to reset the selections, from which I would like to have the togglebuttons revert to their 'unselected' state.
Is that possible? I have used 'null' as an option but that doesn't seem to work.
Any help would be appreciated.
I want to incorporate a cmdbutton to reset the selections, from which I would like to have the togglebuttons revert to their 'unselected' state.
Is that possible? I have used 'null' as an option but that doesn't seem to work.
Any help would be appreciated.