Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
if the code is in worksheet modules instead of standard modules, you can do
something like this: Sub run_all() Run "sheet1.macro1" Run "Sheet2.macro2" Run "Sheet3.macro3" End Sub -- Gary "ali" wrote in message ... I have 6 macros in 8 worksheets (in one Excel File). They have to be executed respectively, meaning one after one with orders. How can i generate a new Macro to combine those 6 individual macros ? other words: other user just click one button and all 6 macro functions are executed respectively ? -- --------- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
When merging information not merging correctly | Excel Worksheet Functions | |||
Offset (start after last row of previous procedure)-Merging macros | Excel Programming | |||
Question about merging macros | Excel Worksheet Functions | |||
Sorting, Merging, and Re-merging | Excel Worksheet Functions | |||
weird saving of a document with macros resulting with macros being transfered to the copy | Excel Programming |