S
Steve Moreno
Sorry for cross-posting but I didn't know where else to post this and really
need the help so here goes...
I've got a VB6 app that creates Word docs utilizing mail-merge. When this
app is run on machines with Office 2000 or earlier, the docs print out fine
in "Final" view with all the revisions hidden. I use the following code to
do this:
WordApp.ActiveDocument.Revisions.AcceptAll ' WordApp is a
Word.Application Object
When this app runs on a machine with Office 2003, the docs print out with
all the revisions hidden except for the ones in the footer of the document.
I've burned two days already on this problem and am hoping to salvage today.
Does anyone know what's causing this and is there a workaround? Any help
would be appreciated.
Thanks In Advance,
Steve.
need the help so here goes...
I've got a VB6 app that creates Word docs utilizing mail-merge. When this
app is run on machines with Office 2000 or earlier, the docs print out fine
in "Final" view with all the revisions hidden. I use the following code to
do this:
WordApp.ActiveDocument.Revisions.AcceptAll ' WordApp is a
Word.Application Object
When this app runs on a machine with Office 2003, the docs print out with
all the revisions hidden except for the ones in the footer of the document.
I've burned two days already on this problem and am hoping to salvage today.
Does anyone know what's causing this and is there a workaround? Any help
would be appreciated.
Thanks In Advance,
Steve.