Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I have added a Reset button (Command Button) to a form I have made. The button simply clears all the cells where data can be entered. In the form I also have three option buttons A B and C. I cant wok out how to get the option buttons to rest to A by using the Rest button. Many thanks, Luke |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Me.OptionButton1.Value = True
-- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Luke" wrote in message ... Hi, I have added a Reset button (Command Button) to a form I have made. The button simply clears all the cells where data can be entered. In the form I also have three option buttons A B and C. I can't wok out how to get the option buttons to rest to A by using the Rest button. Many thanks, Luke |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Great, thanks Bob.
"Bob Phillips" wrote: Me.OptionButton1.Value = True -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Luke" wrote in message ... Hi, I have added a Reset button (Command Button) to a form I have made. The button simply clears all the cells where data can be entered. In the form I also have three option buttons A B and C. I can't wok out how to get the option buttons to rest to A by using the Rest button. Many thanks, Luke |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
stuck on option buttons | Excel Worksheet Functions | |||
Want to get user selections from a message box using option buttons | Excel Discussion (Misc queries) | |||
Excel Option Buttons | Excel Discussion (Misc queries) | |||
Option Buttons | Excel Discussion (Misc queries) | |||
grouping of option buttons | Excel Discussion (Misc queries) |