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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top