Pages
(移至...)
Facebook小講堂詢問處
▼
2019-07-16
〔VBA〕ExportAsFixedFormat -工作表另存成PDF--v017
【工作表另存成PDF(發佈)】
ActiveWorkbook.
ExportAsFixedFormat
Type:=
xlTypePDF
, Filename:= "
完整路徑
.pdf", _
Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas:=False, _
OpenAfterPublish:= False
參考文件:
https://docs.microsoft.com/zh-tw/office/vba/api/excel.worksheet.saveas
https://docs.microsoft.com/zh-tw/office/vba/api/excel.xlfileformat
章老師的電腦小講堂
https://www.facebook.com/ScenicSchool/
※※
本區做為經常使用之程式碼複製區,提問請至小講堂唷
※※
‹
›
首頁
查看網路版