So I can create pdf from worksheet fine, but it does not show my logo image. What do I do to add to
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, _
FileName:=pdf_expenseName, _
Quality:=xlQualityStandard, _
IncludeDocProperties:=True, _
IgnorePrintAreas:=False, _
OpenAfterPublish:=True
ActiveWorkbook.SaveAs FileName
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, _
FileName:=pdf_expenseName, _
Quality:=xlQualityStandard, _
IncludeDocProperties:=True, _
IgnorePrintAreas:=False, _
OpenAfterPublish:=True
ActiveWorkbook.SaveAs FileName