Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hi all,
I currently have 3 buttons that each activate a macro. Does anyone know how i can have all 3 macros run in order under one button. Thanks Toms |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way:
Have the button call Macro1: Public Sub Macro1() 'Do something Macro2 Macro3 End Sub Public Sub Macro2() 'Do something else End Sub Public Sub Macro3() 'Something else again End Sub In article , GarToms wrote: I currently have 3 buttons that each activate a macro. Does anyone know how i can have all 3 macros run in order under one button. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Search, Copy, Paste Macro in Excel | Excel Worksheet Functions | |||
Can T Get Macro To Run! | New Users to Excel | |||
Closing File Error | Excel Discussion (Misc queries) | |||
Help with macro looping and color query function | Excel Discussion (Misc queries) | |||
Date macro | Excel Discussion (Misc queries) |