I have an application built using Word 2000 as a container. The application requires the use of a special template, which is installed on local client PCs. In the template there is code that runs on the Document_Open event.
A document created from this template opens and runs the code assoicated with the template's Document_Open event. However, when the document is moved to a network drive or copied onto another PC, the code does not run. The template is in the same location on both PCs, and I have even tried to place the template on a shared drive, but documents created from the shared template only execute the Document_Open code on the PC where the document was created.
Any help will be most appreciated!
A document created from this template opens and runs the code assoicated with the template's Document_Open event. However, when the document is moved to a network drive or copied onto another PC, the code does not run. The template is in the same location on both PCs, and I have even tried to place the template on a shared drive, but documents created from the shared template only execute the Document_Open code on the PC where the document was created.
Any help will be most appreciated!