Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all!
Just a niggling little thing that I can't seem to resolve.... I have a userform which is easily completed using just keystrokes an tabbing from box to box. However, when I come to where the user has t select one out of two radio buttons I can't get the non-default one t select using only keystrokes. I can tab onto that radio button, but I can't select it withou resorting to using the mouse which slows down the input process. Any ideas please? Many thanks -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Chris,
The space bar will do it. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Big Chris " wrote in message ... Hi all! Just a niggling little thing that I can't seem to resolve.... I have a userform which is easily completed using just keystrokes and tabbing from box to box. However, when I come to where the user has to select one out of two radio buttons I can't get the non-default one to select using only keystrokes. I can tab onto that radio button, but I can't select it without resorting to using the mouse which slows down the input process. Any ideas please? Many thanks, --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Chris,
Setting an Accelerator in the Properties for the option button will also do it. E.g., setting an accelerator of 1 for OptionButton1, will put an underline under the 1 and make it so when you press Alt-1 in your form it will enable that button. hth, Doug "Big Chris " wrote in message ... Hi all! Just a niggling little thing that I can't seem to resolve.... I have a userform which is easily completed using just keystrokes and tabbing from box to box. However, when I come to where the user has to select one out of two radio buttons I can't get the non-default one to select using only keystrokes. I can tab onto that radio button, but I can't select it without resorting to using the mouse which slows down the input process. Any ideas please? Many thanks, --- Message posted from http://www.ExcelForum.com/ |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Guys!!
I can't believe it was that easy....doh! I appreciate your time. Regards -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
multiple radio button selection | Excel Discussion (Misc queries) | |||
How do I lock a radio button group if a N/A button is selected | Excel Discussion (Misc queries) | |||
how do I link radio button selection to another page | Excel Worksheet Functions | |||
VBA: Disable Frame and Radio Buttons based on Another Radio Button Being True | Excel Worksheet Functions | |||
UserForms setting radio buttons | Excel Programming |