Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I know how to run a macro automatically when changing a specific cell in
Excel, but I don't know how to program a macro to run by changing a radio button. The code below is how I trigger the macro from a specific cell, but it doesn't seem to work when applying it to the radio button. Can someone help? If Target.Address = "$C$12" And Range("$E$345") = True Then Range("$C$13").Activate Application.Run "Show_Rates" Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Radio Button Macro | Excel Discussion (Misc queries) | |||
Radio Button Macro | Excel Discussion (Misc queries) | |||
radio button help | Excel Worksheet Functions | |||
How do I lock a radio button group if a N/A button is selected | Excel Discussion (Misc queries) | |||
VBA: Disable Frame and Radio Buttons based on Another Radio Button Being True | Excel Worksheet Functions |