V
Vivian
Basically I want a generic macro that will change the ActiveDocument from
dot to dotx. I have 1923 documents that need to be changed. Below is the
macro I created but it saves with the current file name. I have tried
wdFieldFileName but it did not work. I am new at this so any help would be
greatly appreciated.
ActiveDocument.MailMerge.MainDocumentType = wdNotAMergeDocument
ChangeFileOpenDirectory "J:\2007\"
ActiveDocument.SaveAs FileName:= _
"CHARGING - Juvenile Summons (TRACTOR FEED).dotx"
dot to dotx. I have 1923 documents that need to be changed. Below is the
macro I created but it saves with the current file name. I have tried
wdFieldFileName but it did not work. I am new at this so any help would be
greatly appreciated.
ActiveDocument.MailMerge.MainDocumentType = wdNotAMergeDocument
ChangeFileOpenDirectory "J:\2007\"
ActiveDocument.SaveAs FileName:= _
"CHARGING - Juvenile Summons (TRACTOR FEED).dotx"