C
Chris
H
I have a VBA module that I want to use to output an Access 2000 table to an excel spreadsheet
the code is
DoCmd.OutputTo acOutputTable, "xBExport", acFormatXLS, "ScotiaTrackBranchExport.xls", Fals
this code worked in Access 97
I then converted the database to Access 2000
I get the following error: runtime error 2281: the formats taht enable you to output data as an MS Excel are missing or incorrectly registered in the Windows registry
I checked my references to make sure using the accesss 2000 DAO and object library, etc
Does anyone know the answer to this problem
thank
Chris
I have a VBA module that I want to use to output an Access 2000 table to an excel spreadsheet
the code is
DoCmd.OutputTo acOutputTable, "xBExport", acFormatXLS, "ScotiaTrackBranchExport.xls", Fals
this code worked in Access 97
I then converted the database to Access 2000
I get the following error: runtime error 2281: the formats taht enable you to output data as an MS Excel are missing or incorrectly registered in the Windows registry
I checked my references to make sure using the accesss 2000 DAO and object library, etc
Does anyone know the answer to this problem
thank
Chris