|
That's easy..
You are pretty spot on with what you have so far, with the only bits remaining are setting up a FileSystemObject, creating a file, and writing to that file, closing it.
Oh, don't forget, Next after For :).
You should be able to Google for the FSO, and to write a CSV, you can do that easily, just concatenate a string and write the string out to file.
Reset the string after the data is written so that it doesn't duplicate or concat.
|
posted 2007-Oct-17, 8pm AEST
|