View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jason jason is offline
external usenet poster
 
Posts: 1
Default Get cell string to text file

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?