Excelãã¯ãã§ãPDFã®ä¿åããã£ã¦ã¿ã¾ããã Sub Macro1() ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _ "c:\\xxx.pdf", Quality:= _ xlQualityStandard, IncludeDocProperties:=True, _ IgnorePrintAreas:=False, _ OpenAfterPublish:=False End Sub ãµããµããã¡ãªã¿ã«ãxlTypePDF=0 ã§ãããJScriptã§ããã¨ã以ä¸ã®æãã§ãã function convertToPDF(sheet, fname) { try { sheet.ExportAsFixedFormat(0/*xlTypePDF*/, fname); } catch (e) { } } åè) 1
{{#tags}}- {{label}}
{{/tags}}