View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Erkka Erkka is offline
external usenet poster
 
Posts: 4
Default How do I refer to other macros inside a macro code?

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.