Distributing an AddIn and Help File

  • Thread starter Thread starter Marylena Garcia
  • Start date Start date
M

Marylena Garcia

I would like to distribute an AddIn (.xla) and its help file (.chm) . I
expect the user to save both file in the folder.
What can I do to keep the add-in linked to the help file without having
the user to update the path to the help file in the VBE when he/she
saves the file in his/her computer?

Marylena
 
it is not possible with zip zip and a auto extrac file ?


--
....Patrick
Quoi que vous fassiez, faites le bien .
Mail: http://cerbermail.com/?KPW0tTCjFw
Connectez vous sur ce forum par :
news://msnews.microsoft.com/microsoft.public.fr.excel
 
Hi
in VBA use
Thisworkbook.path
to get the current path of your addin and use this information to
reference the path of your helpfile
 

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