Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi!
I have a macro that I need to be executed automatically when a checkbox called checkbox1 is clicked. I tried with a simple macro like Private Sub CheckBox1_Click() If CheckBoxes("CheckBox1").Value = 1 Then Range("a4").Value = 12 End If End Sub that is located at the corresponding sheet. The macro works fine when I executed step by step, but is not running automatically when I click on CheckBox1 Any idea? Thanks, Ezequiel |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically Execute Excel Macro at 6:00 am | Excel Programming | |||
how to execute a macro automatically | Excel Programming | |||
how to execute a macro assigned to a checkbox in vba | Excel Programming | |||
Execute Macro automatically after hyperlink | Excel Discussion (Misc queries) | |||
Automatically execute a macro | Excel Programming |