Generate a TAB When Converting From Excel to Delimited Text

  • Thread starter Thread starter ConfusedNHouston
  • Start date Start date
C

ConfusedNHouston

Is there a way to move data from Excel to a tab-delimited text file and have
Excel throw the tabs in?

As an example I currently have 4 columns (one row) of data:
Cell A1: ABCDEF
Cell B1: 123
Cell C1: 00ZFR
Cell D1: EEEE

When save as txt, the first row reads ABCDEF12300ZFREEE with no delimiting
tabs. I am having to manually enter the tabs to parse the string.

Can this be done automatically?

Thanks
 
Back
Top