Export table

J

Jeff

Hi,

Is there a way to automatically export a table to a csv?

I want to do this under the "Macro" tab. - I tried the "OutputTo" command.

The problem was that the csv file needs to be seperated by commas and it was
seperated by "|".

I have Office 2003

Thanks for your help.
 
K

Ken Sheridan

In the macro use the TransferText action not the OutputTo action. Select
ExportDelimited as the Transfer Type.

Ken Sheridan
Stafford, England
 
Top