View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pier59 pier59 is offline
external usenet poster
 
Posts: 2
Default output data from excel into text file using vba

Is there a way to out put data from Excel into Text with column
oriented data format using VBA? For example, i have 50 rows and 8
columns and i need to write data in cell A to write at the 1st position
in the text file. Data from cell B to write at the 16th position in the
text file, etc. I know that we can set this up from Access db by
recordset, but how do we do this in VBA or VB?

Thank you for any help.