Hi,
I have placed 2 OptionButtons on an excel worksheet. How do I access the properties of the OptionButtons 2 determine if they have been selected or not. I don't want to use the cell link option, rather, I want to do something more object orientated like:-
if Controls("OptionButton1").Value > 0 then
...
end if
Many Thanks,
Dion.
Bookmarks