load an add-in in VBA

  • Thread starter Thread starter dibdab
  • Start date Start date
D

dibdab

Hello,

I have a program that needs to be installed on customers' machines
This excel-VBA program is using the solver add-in in excel. I'm no
sure if the users will have this add in installed on their machine. S
I would like to see if there's a way to include the add-in file with m
software and some how install the add-in using VBA coding, at th
beginning of the setup, and on the first run, on client's computer.
If there is a way, please guide me as of how to write this code in VBA
(Hints on command would be of great help.)

Thanks in advance
 
Hi dibdab,

Sorry I have no time now...so just give you hints.
Please look into Add from GUID (or file) and IsAddinInstall
 

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