If I want to save the string data in some cells into text file, what object
and methods should I use?
Scripting.FileSystemObject ?
TextStream Object?
textStream.WriteLine() ?
any else?