Export data to txt format file

  • Thread starter Thread starter paduanow
  • Start date Start date
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
 
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.
 
Back
Top