Export data to txt format file

P

paduanow

Can I write a VB procedure that will export a table of data with specific
widths? I done it manually, but no success with VB procedure
 
J

John W. Vinson

Can I write a VB procedure that will export a table of data with specific
widths? I done it manually, but no success with VB procedure

Take a look at the Help for "TransferText". Yes, you can create an output
specification with fixed width files, in code just as you can using File...
Export.
 

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

Top