Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to start an Excel macro from within another Excel macro
so that one begins at the conclusion of the other? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
yes the syntax varies depending on where the other macro is located
if it's in the same workbook you can just type the name of the macro with module name in front of it if you need it sub sfsf() 'yourcode here 'end now call other macro NEWMACRO end sub or sub sfsf() 'yourcode here 'end now call other macro module1.NEWMACRO end sub "max" wrote: Is it possible to start an Excel macro from within another Excel macro so that one begins at the conclusion of the other? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks.
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
weird saving of a document with macros resulting with macros being transfered to the copy | Excel Programming | |||
Macros inside macros, and pasting into macro code. | Excel Programming | |||
Open workbook-macros enabled, opening another with macros | Excel Programming | |||
Macro Size Limit / open macros with macros? | Excel Programming | |||
Suppress the Disable Macros / Enable Macros Dialog | Excel Programming |