I have developed some MSWord/Excel 2000/XP templates, that all reference a central template. The central template is where all the vba code resides.
The problem I have that the referencing templates store the reference to the central template as a UNC path, for example \\dev\source\word\source.dot
It would make separation of dev and production a lot easier if the reference was stored as a drive letter, for example n:\word\source.dot,
i.e. for developers, n: drive points to \\dev\source, and for users, n: drive poinst to \\prod\source
I found an article that describes how to disable UNC for word, but unfortunately it doesn't apply to the VBA editor.
(
Any help greatly appreciated.
The problem I have that the referencing templates store the reference to the central template as a UNC path, for example \\dev\source\word\source.dot
It would make separation of dev and production a lot easier if the reference was stored as a drive letter, for example n:\word\source.dot,
i.e. for developers, n: drive points to \\dev\source, and for users, n: drive poinst to \\prod\source
I found an article that describes how to disable UNC for word, but unfortunately it doesn't apply to the VBA editor.
(
Any help greatly appreciated.