Running Add-In from VBA

B

BillCPA

How can you call an add-in from VBA? I've tried 'Application.Run' and the
name (with the .xla extention), but it says it can't find it. It is listed
in the VBA Project window.
 
B

Bob Phillips

That should work.

Another way is to seta reference to the add-in in your workbook
(Tools>References) and call the procedure directly.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Top