Word VBA XP & Windows 7 Office 2003

Joined
Sep 6, 2011
Messages
2
Reaction score
0
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

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

Any ideas??

Regards,

lploy1 :confused:
 
Top