Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you! I was missing the call part.
"Jim Thomlinson" wrote: The standard way to do this is not to click on the other controls but rather to run the code associated with those controls. So something like this... sub LotsOfStuff() Call DoThis Call DoThat end sub sub DoThis() msgbox "do this" end sub sub DoThat msgbox "do that" end sub -- HTH... Jim Thomlinson "sbrigham" wrote: I am trying to create a Macro that will click on controls that have macros assigned, this isn't working so I want to know if there is a way to nest the sub's into this macro. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can a combo box activate different macros | Excel Discussion (Misc queries) | |||
Merge simple macros to create Complex macro | Excel Programming | |||
How do I create a macro that will activate the solver? | Excel Programming | |||
Macro To Create Other Macros And Buttons | Excel Programming | |||
Recording macro to activate other macros | Excel Programming |