View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Using Addons with macros

You can call a procedure in the addin using Application.Run if it is exposed
and you know the name and the arguments.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



wrote in message
...
Is it possible to use an installed Addon with in macro? If so, what
is that syntax. Have tried to do this with a macro but the macro
ignores the Addon instructon and finishes prematurely. Thanks