Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 3 option button in a group name 'BizType'
I need to add the name of the button selected to my worksheet Worksheets("EnqHead").Cells(2, "A") = Selected option button Any ideas appreciated. Thank you. Paul |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Paul,
You will need to tie some code to the buttons, and then load the cell from that, something like Sub OptionButton2_Click() Range("H1").Value = Application.Caller End Sub -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Paul" wrote in message ... I have 3 option button in a group name 'BizType' I need to add the name of the button selected to my worksheet Worksheets("EnqHead").Cells(2, "A") = Selected option button Any ideas appreciated. Thank you. Paul |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
optionbutton - three options | Excel Discussion (Misc queries) | |||
Optionbutton troubles | Excel Worksheet Functions | |||
OptionButton. Reset to 0 | New Users to Excel | |||
getting focus on an optionbutton | Excel Programming | |||
OptionButton type name? | Excel Programming |