Exporting Table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to do a macro so I can open a Table then I wnat to export it to
my desk top in an Excel format when I try this I get the error "Invalid
Argument". Could you please give me some direction on how to export the
table into an Excel format. I got the macro to open the Table, but cannot
export it.

Thank You
Terry Duncil
 
Action: TransferSpreadsheet
Transfer Type: Export
Spreadsheet Type: Microsoft Excel 8-10
Table Name: YourTableName
File Name: C:\Documents and Settings\All Users\Desktop\YourTableName.xls
Has Field Names: Yes
 
Back
Top