Hi guys, im sending an email using vba using the docmd.sendobject method but want to save that email also in a folder path i specify.
my code is
i read something about the saveas method but im not sure thanks.Code:DoCmd.SendObject acSendReport, "Estimate", acFormatPDF, _ "MVSTAR OPERATOR; HYDRO ONE TxDx; TDS GENERATOR", "METER DATA SERVICES", , _ "" & SubjectLine, "" & MessageLine, True