Hello

In Excel 2010 I am trying to change an active x option button property value from a macro but getting error 424 Object required. Can someone help please?

Sub Clear_Form()
'
' Clear_Form Macro
'

'
    Option_New.Value = 0
    Range("B7:J7").Select
    Selection.ClearContents
    
End Sub

Thanks,
Joe M