Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
事前定義されたExcelテーブル範囲(Excel 2007および2010のもの)をPDFとしてエクスポートしたいと思います。シート全体ではなく、特定の表のみがPDFに表示されます。
何かのようなもの:
Sheet1.Range("B2:B7").ExportAsFixedFormat xlTypePDF, "C:\My Documents\Test.pdf"