View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Make 2 radio boxes uncheckable if cell " has no value

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

--
Regards,
Tom Ogilvy

"crapit" wrote in message
...
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