Running Add-In from VBA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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