View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_14_] Bob Phillips[_14_] is offline
external usenet poster
 
Posts: 216
Default Running an addin-macro from another Macro

What did you try, the code?

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"Samir" wrote in message
...
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