Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The option button i'm refering to is not on the userform or control box but
from the "forms" menu. Do I need to initialize anything? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi crapit
Right click on your option button and choose Assign macro (please note this option may differ from yours - I am using a French version of Excel) The macro thus assigned will fire each time your option button is clicked HTH Cordially Pascal "crapit" a écrit dans le message de ... The option button i'm refering to is not on the userform or control box but from the "forms" menu. Do I need to initialize anything? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I mean how to detect the optionbutton being clicked on it!
"papou" wrote in message ... Hi crapit Right click on your option button and choose Assign macro (please note this option may differ from yours - I am using a French version of Excel) The macro thus assigned will fire each time your option button is clicked HTH Cordially Pascal "crapit" a écrit dans le message de ... The option button i'm refering to is not on the userform or control box but from the "forms" menu. Do I need to initialize anything? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Because the macro will be entered if it is.
-- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "crapit" wrote in message ... I mean how to detect the optionbutton being clicked on it! "papou" wrote in message ... Hi crapit Right click on your option button and choose Assign macro (please note this option may differ from yours - I am using a French version of Excel) The macro thus assigned will fire each time your option button is clicked HTH Cordially Pascal "crapit" a écrit dans le message de ... The option button i'm refering to is not on the userform or control box but from the "forms" menu. Do I need to initialize anything? |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I dont get what you mean! I know that there is some kind of click event,
but i dont know how to use! "Bob Phillips" wrote in message ... Because the macro will be entered if it is. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "crapit" wrote in message ... I mean how to detect the optionbutton being clicked on it! "papou" wrote in message ... Hi crapit Right click on your option button and choose Assign macro (please note this option may differ from yours - I am using a French version of Excel) The macro thus assigned will fire each time your option button is clicked HTH Cordially Pascal "crapit" a écrit dans le message de ... The option button i'm refering to is not on the userform or control box but from the "forms" menu. Do I need to initialize anything? |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When you create a control from the forms menu, you get an option to assign a
macro (you can also get the same option by selecting it and right-clicking). Assign a macro, and clicking the control fires the macro. Hence the macro knows there has been a click. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "crapit" wrote in message ... I dont get what you mean! I know that there is some kind of click event, but i dont know how to use! "Bob Phillips" wrote in message ... Because the macro will be entered if it is. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "crapit" wrote in message ... I mean how to detect the optionbutton being clicked on it! "papou" wrote in message ... Hi crapit Right click on your option button and choose Assign macro (please note this option may differ from yours - I am using a French version of Excel) The macro thus assigned will fire each time your option button is clicked HTH Cordially Pascal "crapit" a écrit dans le message de ... The option button i'm refering to is not on the userform or control box but from the "forms" menu. Do I need to initialize anything? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clicked NO to save, should have clicked YES | Excel Discussion (Misc queries) | |||
How can I detect that an excel cell has been clicked | Excel Discussion (Misc queries) | |||
optionbutton in userform | Excel Programming | |||
optionbutton in userform | Excel Programming | |||
getting focus on an optionbutton | Excel Programming |