Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
i have some marco, for example,
marco1, marco2, marco3..................... I would like to run marco1 and go to marco2 when marco is finished. what should I write in marco1? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
the command to run another macro is the call command. sub macro1() your code Call Macro2 Call macro3 end sub regards FSt1 "Wu" wrote: i have some marco, for example, marco1, marco2, marco3..................... I would like to run marco1 and go to marco2 when marco is finished. what should I write in marco1? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Marco | Excel Discussion (Misc queries) | |||
Marco Help | Excel Discussion (Misc queries) | |||
marco to format top 80% | Excel Discussion (Misc queries) | |||
I need some help with a Marco | Excel Discussion (Misc queries) | |||
Marco | New Users to Excel |