Exporting CSV file using VBA

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

Hi,

I want to export data from an Access table into a CSV file
at a click of a command button. How do you do this with
VBA without using the built in wizard.

Martin
 
Call the TransferText method. Check the Help file for a list of what options
are available, and an example.
 
Back
Top