add in failure

S

solo_razor

Hello,

I have a problem concerning the add-ins. I have developed software with
vba to use on multiple pc's. Now i can't get it to work on another pc
because i get the error message: can't find project or library. Now as
i understaint it has something to do with the accessebility of the dll
files. Does anybody has a package of dll files that can be used to
assign to in the project without regard of tweaking.

Regards,
Niek
 
M

MattShoreson

in the vb editor on the original file where all the code works,
check out the tools>references.

Make a note of them and set the references on the new pc to be th
same.

this should register what is needed
 
Top