Execute a Macro from one excel Application to another Application

  • Thread starter Thread starter Jason Zischke
  • Start date Start date
J

Jason Zischke

Hi All

I have two excel applications open and was wondering if you execute a macro
from one application by the other application?

Jason
 
From one workbook run the other by using.....

Application.Run ("yourfilename.xls!yourmacroname")
 
Hi Nigel

Thanks for your answer but its not exactly what Im chasing besause this
requires the two workbooks to be open in the same excel window.

Jason
 
Back
Top