Hello,
I have a problem with exporting excel to a PDF, does anyone know how to solve this? (It works fine on another computer)
Code:
ActiveSheet.Range("B1:F8").ExportAsFixedFormat Type:=xlTypePDF, Filename:=FolderPath & "/" & pdfname & ".pdf", Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas _
:=False, OpenAfterPublish:=True
Excel:
PDF:
I have a problem with exporting excel to a PDF, does anyone know how to solve this? (It works fine on another computer)
Code:
ActiveSheet.Range("B1:F8").ExportAsFixedFormat Type:=xlTypePDF, Filename:=FolderPath & "/" & pdfname & ".pdf", Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas _
:=False, OpenAfterPublish:=True
Excel:
PDF: