View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default Macro call from another Macro

Dim it outside of the macros (in the General Declarations section of the
module where your macros are).

--
Rick (MVP - Excel)


"Fan924" wrote in message
...
I have MacroNo1. I call MacroNo2, it does it's job and returns. How
can I bring back variable "TempData" from MacroNo2 and use it in
MacroNo1?