A
Amdi
I’m using a lot of different templates, all including VBA code. Because all
templates use some of the same code, I’ve stored it in one global
template/addin, placed in the Words startup folder (C:\system\start)
All my templates have a reference to that global addin, and each template
then uses the global code.
No problem…..
But now, my company wants to move the startup folder to a shared network
folder (H:\system\start)
All I had to do, was moving the global addin to that folder, and change the
reference in all other templates…..I thought.
But when I - in VBE - selects Tools | References…, the path to my addin, has
changed to an UNC path.
I can live with that, but it seems that Word can’t, because when I select
the addin, the path to the global addin then changes to C:\Documents and
Settings\username\Local Settings\Temp\~WRC0003.tmp.
And then, nothing works….
Why is that?
But even more important - does anyone know how to solve that problem?
Thanks in advance..
templates use some of the same code, I’ve stored it in one global
template/addin, placed in the Words startup folder (C:\system\start)
All my templates have a reference to that global addin, and each template
then uses the global code.
No problem…..
But now, my company wants to move the startup folder to a shared network
folder (H:\system\start)
All I had to do, was moving the global addin to that folder, and change the
reference in all other templates…..I thought.
But when I - in VBE - selects Tools | References…, the path to my addin, has
changed to an UNC path.
I can live with that, but it seems that Word can’t, because when I select
the addin, the path to the global addin then changes to C:\Documents and
Settings\username\Local Settings\Temp\~WRC0003.tmp.
And then, nothing works….
Why is that?
But even more important - does anyone know how to solve that problem?
Thanks in advance..