Hi all,
I cant export my table to a spreadsheet using Access 2007, yet it works fine in Access 2003.Heres the code:
DoCmd.TransferSpreadsheet acExport, 6, "tb_parts","C:\out.xls", false
I've read that transferspreadsheet does not work with Access 2007? Is there a workaround as i can't find a definite example of exporting a table to excel in ver 2007.
Thanks!
I cant export my table to a spreadsheet using Access 2007, yet it works fine in Access 2003.Heres the code:
DoCmd.TransferSpreadsheet acExport, 6, "tb_parts","C:\out.xls", false
I've read that transferspreadsheet does not work with Access 2007? Is there a workaround as i can't find a definite example of exporting a table to excel in ver 2007.
Thanks!