Hi there,
I am trying to export an MS ACCESS table into an EXCEL *.xls file using VBA code.
I've no problem with creating a *.dbf file, using the code:
DoCmd.TransferDatabase acExport, "dbase IV", _
"E:\Database\db_main", acTable, "export_prj_exc", _...