View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RossD RossD is offline
external usenet poster
 
Posts: 2
Default Writing Text Files

I would like to write a vb macro that writes a text file from a row in
a worksheet with the first entry of the row as the file name. i.e.

A B
Filename1 Data to be written as file
Filename2 ... etc.

Any help would be appreciated.