send rows of excel sheet to text file

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I want to input data into cells in a spreadsheet and then send or save the
data to a txt file without any delimiters.

ie go from excel columns
ABC 123 T456
to
ABC123T456

Each row would need to be a new line in the text file

Any ideas
Thanks
Chris
 
Back
Top