gpt4 book ai didi

excel - 在 VBA 上另存为 PDF 文件返回 "Document not saved"错误

转载 作者:行者123 更新时间:2023-12-04 20:18:04 30 4
gpt4 key购买 nike

以下代码导致“文档未保存”错误:

sFileName = "C:\test.pdf"
Application.DisplayAlerts = False
wkbPDF.Worksheets.Select
ActiveSheet.ExportAsFixedFormat Type := xlTypePDF, Filename := gsPDF_DIR & sFileName, _
Quality:=xlQualityStandard, IncludeDocProperties := True, _
IgnorePrintAreas := False, OpenAfterPublish := False

Application.DisplayAlerts = True

但在 VBA 之外执行此操作是成功的(但由于工作簿包含 100 多张纸,因此需要几分钟时间)。

最佳答案

您的 Filename:如果 gsPDF_DIR,参数将无效有任何值,因为 sFileName已指定驱动器、文件夹和文件名。

尝试使用 Filename := sFileName

关于excel - 在 VBA 上另存为 PDF 文件返回 "Document not saved"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16972766/

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