V
Vengeance52
Hi all,
new member but this seems to be the place to get some answers
I created a Word 2003 document, that is used as a template for filling
out personal details and that contains various macros during doc open,
various changes and doc close.
This document is to be used by multiple users and when a user fills the
doc out, they save it in the same directory with a new filename.
This docuemnt is then reviewed by myself using word 2003
The issue is, that when a user who has Word 2007 open and saves the
document, the document is being saved as a .docm document and when I
open this, the macros dont work correctly and I get a runtime error.
Now I have put in some Application.DefaultSaveFormat = "DOC" coding
into VB, which stops the error from appearing as the new saved document
is saved as .doc.
The only problem, is the macro that runs when the document closes,
doesnt seem to work for 2007 users when saving as .doc
Anyone have any ideas?
new member but this seems to be the place to get some answers
I created a Word 2003 document, that is used as a template for filling
out personal details and that contains various macros during doc open,
various changes and doc close.
This document is to be used by multiple users and when a user fills the
doc out, they save it in the same directory with a new filename.
This docuemnt is then reviewed by myself using word 2003
The issue is, that when a user who has Word 2007 open and saves the
document, the document is being saved as a .docm document and when I
open this, the macros dont work correctly and I get a runtime error.
Now I have put in some Application.DefaultSaveFormat = "DOC" coding
into VB, which stops the error from appearing as the new saved document
is saved as .doc.
The only problem, is the macro that runs when the document closes,
doesnt seem to work for 2007 users when saving as .doc
Anyone have any ideas?