how to get the value of optionbutton in vba

The solution for “how to get the value of optionbutton in vba” can be found here. The following code will assist you in solving the problem.

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

Sub OptionButton1_Click
(action code…)
End sub

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts