View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Samir Samir is offline
external usenet poster
 
Posts: 3
Default Running an addin-macro from another Macro

I have a macro that adds a new addin before saving the file. This macro has
to call/invoke a sub-routine from the addin. I tried using the
application.run but looks like it doesn't work.

Any suggestions?

Thanks
Samir