Hi,
I have 3 option buttons in a frame. I also have a button called RESET.
I would like code so that if I select one of the option buttons, and then click on RESET, it removes the highlighted option, so that all 3 options are once again "unselected"?

Please help. (Urgent... Thanx)

Hi,

for all the option buttons set value=False:

Opt1.Value = False
Opt2.Value = False
Opt3.Value = False

Regards
Veena

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.