Hi
i have to export a pdf with this code but it’s not working after compile:
Sheets(“report”).ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
strPathLocation & strFileName & “.pdf” _
, Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas _
:=False, OpenAfterPublish:=False
Thanks for your help
i have to export a pdf with this code but it’s not working after compile:
Sheets(“report”).ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
strPathLocation & strFileName & “.pdf” _
, Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas _
:=False, OpenAfterPublish:=False
Thanks for your help
