I am new to VB scripting but know that this problem of mine can be solved using this languauge but just can't figure it out. I am using VBA to export text files from more than one Access database to a directory. These files are used to load another application since it is a file-based system. My problem is inserting text programmatically in these Access generated files. It is very tedious to insert every time these files are generated since you have to insert, save, and exit the file. Three rows of text are inserted only at the top of each file. Any suggestions for doing this in VBScipt. Thanks for your help.