D
dgold82
Is there a way to make the text of a radio button (option button from forms)
bold when clicked? Thanks.
bold when clicked? Thanks.
Rick Rothstein said:That is because 'but' is not declared as some type of object. However, I
don't think the 'but' variable would even be needed. This is untested, but
try...
Private Sub OptionButton1_Click()
ActiveSheet.OptionButton1.Font.Bold = True
End Sub