Hi Graham,
Look up the SaveAs method of the Document object. You would need to add
something like this to your macro
myFile = Left$(myFile, Len(myFile) - 3) & "doc"
ActiveDocument.SaveAs FileName:=myFile, FileFormat:=wdFormatDocument
ActiveDocument.Close SaveChanges:=wdDoNotSaveChanges

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
> Hi,
>
[quoted text clipped - 57 lines]
>
> Graham
FL Consultant - 22 Jul 2005 08:58 GMT
Jonathan,
Would you look at my post How to update mailmergefields and MailMerge Doc
with VBA. I would appreciate some additional input and suggestions.
Thank you

Signature
FL Consultant
> Hi Graham,
>
[quoted text clipped - 66 lines]
> >
> > Graham