As Namliam states a transferspreadsheet macro would do the trick.
Function Macro1()
DoCmd.TransferSpreadsheet acExport, 8, "[Customer]", "C:/MyDocuments/Weekly Report.xls", True, ""
End Function
There is another way from excel to access using ADODB another simple way in excel as well...