Hi,
Please can someone help me?
I would like to change the optionbutton value from true to Yes and False to No. Is this possible?
This is the code I have at the moment:
OptionButton1 is labelled as Yes and OptionButton2 as No.
Regards
Dan
Please can someone help me?
I would like to change the optionbutton value from true to Yes and False to No. Is this possible?
This is the code I have at the moment:
Code:
Sheets("Data").Cells(lrcd + 1, "D").Value = OptionButton1.Value
Sheets("Data").Cells(lrcd + 1, "D").Value = OptionButton2.Value
OptionButton1 is labelled as Yes and OptionButton2 as No.
Regards
Dan