Comment obtenir la valeur d'OptionButton dans VBA

Sub CommandButton1_Click
    If OptionButton1 = true then
        (action code...)
    End if
End sub

Sub OptionButton1_Click   
    (action code...)
End sub
Alert Antelope