Answers for "how to get the value of optionbutton in vba"

VBA
0

how to get the value of optionbutton in vba

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

Sub OptionButton1_Click   
    (action code...)
End sub
Posted by: Guest on October-28-2021

Code answers related to "how to get the value of optionbutton in vba"

Code answers related to "VBA"

Browse Popular Code Answers by Language