R
Richard Lawson
I wrote this vba Word macro which parses large muti-letter files into
separate form letter files. This code has been working for a year with
Windows XP, SP2, and Office 2003, SP2. Now 50% of the workstations no longer
work and it seems to be something with this save as function:
ActiveDocument.SaveAs FileName:=DocName, FileFormat:=wdFormatDocument
Rich
separate form letter files. This code has been working for a year with
Windows XP, SP2, and Office 2003, SP2. Now 50% of the workstations no longer
work and it seems to be something with this save as function:
ActiveDocument.SaveAs FileName:=DocName, FileFormat:=wdFormatDocument
Rich