Exporting data as a pure single text stream - challenge

RobE

New Member
Joined
Apr 3, 2002
Messages
23
I need to export a load of sheets for importing into an EDI system. I have tried with various text, tsv, csv files with various delimiters.
I can get each line of the sheet exported correctly but I actually need the whole file on a single continuous data stream (ie no line breaks)
There can be several hundred lines on the sheet.
I could happily put everything on a single line in the spreadsheet and then save as a csv however I doubt there are enough columns to support the size of the sheet
Does anyone know how to do this either with an export, macro/vba or even an external programme that takes my csv and converts the line breaks to commas

Thanks
Rob
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Hi
There are size limitations to strings, however, this could easily be resolved with a binary write to a file.
Post a sample of your data.
Tom
 
Upvote 0

Forum statistics

Threads
1,214,893
Messages
6,122,121
Members
449,066
Latest member
Andyg666

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top