Automate Add-In

  • Thread starter Thread starter Geerty
  • Start date Start date
G

Geerty

Business Query has a BQAPI.XLL file witch is an Add-In for Excel, and
I want to automate the activation off it. I tried it with an vbscript
and the function RegisterXLL of the Excel.Application Object, but
nothing happens. Is there a way to automatically activate an Microsoft
Excel Add-In after installing some software? Normally when de Add-In
is selected an extra menu item "BusinessQuery" is added in Excel.
 
Have you written a registry key for the add-in.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
How do you accomplish that Bob Phillips, I mean

writing a registry key for the add-in?

Should I add a registry key? Where should I add it and how?

I would like to automate adding an Excel add-in to Excel. This shoul
happen when using an MSI installer package, so the user just have t
run through the installation and not having to manully add the addin
that is within the package. So is it possible to fix this when buildin
the MSI package?


Regard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top