View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default distribution of Excel Addin - errors

Just to add to Bob's response...

I'd look for those MISSING references on a troublesome computer. Then determine
if they're required or not.

If they're not required, then I'd uncheck them from my original workbook project
(on my pc) and redistribute the addin without those references.

If they are required, you're going to have to find out why the troublesome pc's
don't have them.

GadyC wrote:

Hi,
i wrote an addin for excel 2003/2007. it work well on my computer.

when i copy the xla file to onother computer, i get errors on functions like
LCase, UCase.

i have .NET studio 2005 installed on my machine.
The other has framework 2 and 3.5.

do i have to add any ref declaration or module reference on functions call?

any idea?

thank you in advance,
gadyc


--

Dave Peterson