View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Nigel[_2_] Nigel[_2_] is offline
external usenet poster
 
Posts: 735
Default Execute a Macro from one excel Application to another Application

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

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


--

Regards,
Nigel




"Jason Zischke" wrote in message
...
Hi All

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

Jason