M
Mark Bruso
I have a Word template that includes some graphics. I am using MS Access VBA
code to open a document based on the template, insert data, and then save
the file with File Name based on other data.
The code to save it is:
objWord.ActiveDocument.SaveAs ("NoHeatLetter_" & strJobNumber & ".doc")
The letter gets saved but with new folder containing graphic images that are
used in the document. For every letter saved, another folder is created,
causing a lot clutter excess files. I have attached the template to this
message.
Is there a way to save this letter without also creating the accompanying
folder?
code to open a document based on the template, insert data, and then save
the file with File Name based on other data.
The code to save it is:
objWord.ActiveDocument.SaveAs ("NoHeatLetter_" & strJobNumber & ".doc")
The letter gets saved but with new folder containing graphic images that are
used in the document. For every letter saved, another folder is created,
causing a lot clutter excess files. I have attached the template to this
message.
Is there a way to save this letter without also creating the accompanying
folder?