VBA Library References - deployment issue
Hi there again Christophe,
If the library references you use are pointing to DLL:s that have been
correctly deployed and then registered the references will point to the
DLL:s. Excel is fetching the information about the DLL locations from the
Windows Registry.
What problems do you get? What is not working correctly? Have you checked
the that the registry contains the correct information?
Cheers,
/MP
" wrote:
Hi,
I have the followinf issue:
When I create a macro that uses dediczted Library references and that I
save it in a xla file then I have issues for deployment because the
library references still refer to the old directory I had on my
development PC.
How can I make sure (automatically) that the References point to the
libraries in the correct deployment directory ?
Thanks,
Chris
|