Just open it, like any other document.
> How can I import data from a plain text file into a Word document so that
> I
> can add formatting to it? I want to automate the process and add headings,
> subheadings and change fonts. What tool can be used to do this?
Walter - 15 Nov 2005 23:09 GMT
That's what I do now and I add the formatting myself. I want to script the
entirre process.
> Just open it, like any other document.
>
> > How can I import data from a plain text file into a Word document so that
> > I
> > can add formatting to it? I want to automate the process and add headings,
> > subheadings and change fonts. What tool can be used to do this?
Jezebel - 16 Nov 2005 00:58 GMT
Documents.Open("MyFile.txt")
etc
> That's what I do now and I add the formatting myself. I want to script the
> entirre process.
[quoted text clipped - 7 lines]
>> > headings,
>> > subheadings and change fonts. What tool can be used to do this?