G
Gemma M
Hi,
Can VBScript add a function/macro to Word?
I have a VBScript which opens launches Word, opens a document, removes "Save
As...", menu option, and presents it to the user. The user, when finished,
closes Word.
The problem I have is that if the user prints the document, Word asks them
to save it, because the last-printed date is changed. However, they don't
understand why they are being asked to save a document they haven't changed.
So, I would like to alter what sits behind print, to do a print-and-save
operation.
I cannot have a macro existing in the document or document template, I have
no control of their contents before they come within the control of my
script, hence my wanting to add the function/macro after launching word and
opening the document in question.
Gem
Can VBScript add a function/macro to Word?
I have a VBScript which opens launches Word, opens a document, removes "Save
As...", menu option, and presents it to the user. The user, when finished,
closes Word.
The problem I have is that if the user prints the document, Word asks them
to save it, because the last-printed date is changed. However, they don't
understand why they are being asked to save a document they haven't changed.
So, I would like to alter what sits behind print, to do a print-and-save
operation.
I cannot have a macro existing in the document or document template, I have
no control of their contents before they come within the control of my
script, hence my wanting to add the function/macro after launching word and
opening the document in question.
Gem