hi
i have code that copies a specific worksheet then files it
how do I add: attach a copy of this new workbook and email it
i have code that copies a specific worksheet then files it
how do I add: attach a copy of this new workbook and email it
Rich (BB code):
'Save New WB
NewWB.SaveAs QBExportFolder & "QB Export " & Format(ReportMonth, "m_d_yyyy") & ".xlsx", 51
NewWB.Close SaveChanges:=False