Tab Delimited

  • Thread starter Thread starter Sash
  • Start date Start date
S

Sash

I need to create a tab delimited file using a program that loops through a
set of code in order to format the data as required for an import. I've done
this in the past with the vertical bar which was easy to hard code. Any
ideas how I would code a tab?
 
Sash said:
I need to create a tab delimited file using a program that loops through a
set of code in order to format the data as required for an import. I've
done
this in the past with the vertical bar which was easy to hard code. Any
ideas how I would code a tab?

MS provide a const for this purpose: vbTab
 
Back
Top