View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mayank Prakash Gupta Mayank Prakash Gupta is offline
external usenet poster
 
Posts: 3
Default How do I refer to other macros inside a macro code?

use "call <macro name"
it should work

hth
MPG
"Erkka" wrote in message
...
Is it possible to run other macros from inside a macro code? I ask this
because I would like to keep the code entities as simple as possible and
therefore not to make them too long by adding all the code in one macro
and
then typing the same code in other places where it is needed.