Thread: Calling macro?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Charlotte E[_2_] Charlotte E[_2_] is offline
external usenet poster
 
Posts: 38
Default Calling macro?

In a macro it is possible to call another macro with the statement 'Call',
like

Call AnotherMacro

But, is it possible in the called macro ("AnotherMacro") to get the name of
the macro, which called "AnotherMacro"?

(Hope, you get catch my drift :-)


TIA,
CE