gpt4 book ai didi

excel - 将 MS Access 2010 表导出到 Excel 2010

转载 作者:行者123 更新时间:2023-12-03 02:09:41 25 4
gpt4 key购买 nike

我在使用从 MS Access 2010 以 Excel 2010 格式导出表格的一些代码时遇到问题。代码在 Access 中运行良好并且文件已创建。但是,当我尝试在 Excel 2010 中打开该文件时,我收到如下错误消息:

Excel 无法打开该文件,因为文件格式或文件扩展名无效。

这是代码

      DoCmd.TransferSpreadsheet transfertype:=acExport, _
spreadsheettype:=acSpreadsheetTypeExcel12, _
TableName:="Table1", FileName:="C:\MyDocuments\Myfile.xlsx"

提前非常感谢

中号

最佳答案

改用 acSpreadsheetTypeExcel12Xml,因为 acSpreadsheetTypeExcel12 可能会导致版本问题(不一致)...

关于excel - 将 MS Access 2010 表导出到 Excel 2010,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16055437/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com