F
Francis Hookam
Radio button not released
Long time XL user but only recent self taught UserForms user
My radio buttons seem to be on until another is clicked - how can I make go
off after they have called their macro? When the UserForm next opened same
radio button is still selected but when clicked there¹s no reaction - other
buttons work ok
Normally this does not matter but occasionally it is useful to be able to
click the same radio button on reopening the userform
Can you suggest code which will Œun-click¹ the radio button as soon as it is
clicked and acted upon
My amateur code for each radio button is like this:
Private Sub DriverReqd_Click()
UserForm1.Hide
SortDriverReqd
End Sub
and this calls the Module Macro sub ŒSortDriverReqd¹
Francis Hookham
Long time XL user but only recent self taught UserForms user
My radio buttons seem to be on until another is clicked - how can I make go
off after they have called their macro? When the UserForm next opened same
radio button is still selected but when clicked there¹s no reaction - other
buttons work ok
Normally this does not matter but occasionally it is useful to be able to
click the same radio button on reopening the userform
Can you suggest code which will Œun-click¹ the radio button as soon as it is
clicked and acted upon
My amateur code for each radio button is like this:
Private Sub DriverReqd_Click()
UserForm1.Hide
SortDriverReqd
End Sub
and this calls the Module Macro sub ŒSortDriverReqd¹
Francis Hookham