I need a way to turn the option button to RED,between YES/NO when NO option is selected its background should turn to red.
Please help.
Thank you
I need a way to turn the option button to RED,between YES/NO when NO option is selected its background should turn to red.
Please help.
Thank you
Code:if optBtn1.value then lblBtn1.forecolor = vbRed 'turn the label of the option button red else lblBtn1.forecolor = vbBlack endif