Word VBA issues - XP Office 2003 and moving to 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

Any ideas??

Regards,

lploy1:confused:

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top