View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Joseph Fletcher[_2_] Joseph Fletcher[_2_] is offline
external usenet poster
 
Posts: 12
Default Edit cell based on position of option button clicked.

Basically I have a number of yes/no optionbuttons set up on an excel
worksheet. If no is selected on any of them I want the cell to the right of
the no option button to be activated. I can do everything i need to the cell
once it is activated but can't work out how to get it activated in the first
place. Ideally I want to produce a macro that will say:

when no option button clicked,
select cell 1 to right of optionbutton
edit cell

The problem being that there are lots of option buttons and I don't want to
have to create lots of macros with option button 1...etc.

I really hope someone can help as this is very frustrating, I am sure hat
there is an insanely simple answer!