Dear Experts,
I have a macro which reset all the radio button to blank at a click but the same will not work when the radio button are linked to a cell.
Here is my codes...
Private Sub Worksheet_Activate()
For x = 1 To Sheets("B.").OLEObjects.Count
Sheets("B.").OLEObjects(x).Object.Value = False
Next x
End Sub
Thanking you in advance,
Dee
I have a macro which reset all the radio button to blank at a click but the same will not work when the radio button are linked to a cell.
Here is my codes...
Private Sub Worksheet_Activate()
For x = 1 To Sheets("B.").OLEObjects.Count
Sheets("B.").OLEObjects(x).Object.Value = False
Next x
End Sub
Thanking you in advance,
Dee