Using Addons with macros

M

mikemcglone

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
 
B

Bob Phillips

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)
 
Top