Hello everyone
I have a macro below to open and close toggleButton (Tog1; Tog2; Tog3), only one at a time, in userform1.
"MODULE"
Sub TogClick (tog as ToggleButton)
Col collection static like
Dim ctl as control
Dim vCtl as variant
If col is nothing then
Set col = New Collection
For each ctl...