Search results

  1. G

    Export pdf not working

    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...
Back
Top