have this code in XP Office 2003 (with Office 2007 converter istalled) which runs well (using Document_Open and user forms)
With ActiveDocument
.UpdateStylesOnOpen = False
.AttachedTemplate = "normal.dot"
End With
When the vba editor is investigated the "original" templateproject is no longer loaded
problem is when the same doc is copied to Windows 7 Office 2003 (with Office 2007 converter istalled) using Document_Open and user forms
The code doesn't "remove" the original references to the original template and "adds" a reference to the Normal
Any ideas??
Regards,
lploy1
This means that if the user sends the document from our EDRMS system (Inofxpert) the recipient has the user forms fire up all over again
With ActiveDocument
.UpdateStylesOnOpen = False
.AttachedTemplate = "normal.dot"
End With
When the vba editor is investigated the "original" templateproject is no longer loaded
problem is when the same doc is copied to Windows 7 Office 2003 (with Office 2007 converter istalled) using Document_Open and user forms
The code doesn't "remove" the original references to the original template and "adds" a reference to the Normal
Any ideas??
Regards,
lploy1
This means that if the user sends the document from our EDRMS system (Inofxpert) the recipient has the user forms fire up all over again