Appending to a TextFile
I am trying to append to a text file, using the FileSystemObject.
When I use the code:
objFSO.OpenTextFile("c:\text.txt", ForAppending)
I get an error. If I do not put the "ForAppending" on the end, I get bad file mode.
Am I using the correct syntax?
Thank you,
Jennifer
|