View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Add in doesn't work on other pc

did you distribute the DLL and register it on that machine with Regsvr32?

--
Regards,
Tom Ogilvy


"yanne" wrote:

Hi! I made an add in for excel 2000 on my pc. In the add in I'm using or
simply declaring functions inside a DLL using VBA. The DLL and add in work
just fine on my own computer but when I try to use them on another similar
system(excel 2000) the add in stops working and shows the error report
"#VALUE!" for every result on any function. Is there something I am missing
or is it possible to distribute this kind of add in to other pcs? Thank you
for any comments regarding my problem!

-Janne Ervasti