Hello,

Ok, I have a userform, with a grouped set of 5 radio buttons.
Is their a fast way of determining which of the 5 was selected, instead of
having to do a _click determination of each radio selection itself.

I have the the groupname to : Score1_RadioGroup


Also, is their a way to indicate the choice of the group through arrow key
selection?

Currently, I have a textbox where a number will be entered, and then I
would like the user to be able to tab to the group of radio buttons, and using
an arrow key, to set the desired choice.
The reason, is that it would allow for all key press commands to set all the
options without having to use the mouse. Allows for much faster data entry.

Thanks in advance,

spyrule.