Word 2001 - Save as .txt

Hello all,

My script examines Quark Docs to create a list of specific names. It then places those names into a format in Word 1 line at a time. (This part works.)

I need to save that file as .txt in a folder passed from AS to Word and give it a specific name (no user input required).

Quark will open a template and set the story of text box 1 to this .txt file. (This part works.)

My questions:
Is there an existing “macro” I can call using the “do script”, or should I record a new macro in Word, or does anyone have code I could see that will accomplish this?

Thank you,

Steven.

I don’t have Word, or sample code, but everything that I’ve read about its AppleScript implementation indicates that a macro would be the best way to go. :?