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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top