Hi All,

I wanted to see if anyone had any ideas about the following problem:

I developed a module in excel 2007 which calls functions from a C++ dll. Everything works just fine on my machine.

On another user's machine, whose setup is apparently the same as mine, the macro does not work becuase it seems that it can't find the dll. Lines of code that do not reference the dll are returning the appropriate values, but the lines of code that call the dlls are not returning anything. The code runs to completion and I get no error messages.

Even when the user puts the same dll that I am using into the location where I am telling the module that the dll lives, it will not work.

Does anyone have any ideas of where I might start looking for solutions to this? it is driving me crazy.

Thanks,
BRL