Hi

Option Button value give either TRUE or FALSE and not ""

so try

Code:
If Not (optAAA.Value) + (optBBB.Value) + (optCCC.Value) Then
    optCCC.SetFocus
    MsgBox "Pls choose product"
    Exit Sub
End If