【发布时间】:2018-04-19 17:36:35
【问题描述】:
我在这里有一些代码用于保存 .pdf 文件,但不是保存特定工作表,而是保存所有 Excel 工作表。 我想专注于保存一张特定的工作表。
希望大家帮忙。
Sub Save_client()
Sheets("Client Form").ExportAsFixedFormat _
Type:=xlTypePDF, Filename:="/Users/"user"/Desktop/" & Range("A2") & Range("B2") & ".pdf"
End Sub
【问题讨论】: