Clearing Toggle Button in an Option Box

D

David Wetmore

How do I go about clearing a pressed toggle in an option box?
"Me.togglebutton.Value = False" won't work.

Thanks, Dave
 
R

Rick Brandt

How do I go about clearing a pressed toggle in an option box?
"Me.togglebutton.Value = False" won't work.

Thanks, Dave

Set the Value property of the OptionFrame containing the ToggleButtons to
Null.
 
Top