M
Mark
I am using WORD 97.
I have a global template in the startup folder, and I want some code to run
when any other document runs that imports a text file from the C:\test.txt
(which consists of a routine
Private Sub Document_Open()
...... do something
End Sub
into the ThisDocument of the ActiveDocument (not the global thisdocument)
Canit be done, and if so would someone be kind enough to tell me how?
I have a global template in the startup folder, and I want some code to run
when any other document runs that imports a text file from the C:\test.txt
(which consists of a routine
Private Sub Document_Open()
...... do something
End Sub
into the ThisDocument of the ActiveDocument (not the global thisdocument)
Canit be done, and if so would someone be kind enough to tell me how?