Make 2 radio boxes uncheckable if cell " has no value

C

crapit

Im trying to make 2 radio boxes (same group) uncheckable if cell "A1" has no
value. How do I do it? Any book to guid how to use macro>
 
T

Tom Ogilvy

Start them out as disabled and enable them using the change event when an
entry is made in A1.
 
C

crapit

How do I detect the option button is clicked?
Tom Ogilvy said:
Start them out as disabled and enable them using the change event when an
entry is made in A1.

--
Regards,
Tom Ogilvy

has
 
Top