Packaging an Excel Addin and .dll for deployment

Joined
Jun 7, 2007
Messages
1
Reaction score
0
I've created an excel addin in VBA with UDF's that call on Matlab functions I've compiled using Matlab builder for .NET

So inorder to run the UDF the addin must be installed as well the .dll for the complied matlab function has to be registered.

Is there a good way to package the required files for deployment on other computers?

Also, I think this is unrelated but if I open a spreadsheet on another network computer, excel seems to automatically add a root path to my function which causes errors, because the path is to the original computers hard drive. Is that normal? Can it be prevented?

any help would be appriciated
 

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

Top