Dec 2, 2002 #1 rphbrew Technical User Nov 30, 2002 40 US How do I sent multiple reports as attachments to an email? I am using Lotus Notes.
Dec 2, 2002 #2 FancyPrairie Programmer Oct 16, 2001 2,917 US check out this thread thread702-386427 Upvote 0 Downvote
Dec 2, 2002 Thread starter #3 rphbrew Technical User Nov 30, 2002 40 US How do I actually add the attachments? This is the code that you have posted: If (strAttachmentPath <> vbNullString) Then Set objOutlookAttach = .Attachments.Add(strAttachmentPath) End If I have used the sendobject acsendreport function to add one report, how do you specify the path for multiple attachments using the code you suggested? Upvote 0 Downvote
How do I actually add the attachments? This is the code that you have posted: If (strAttachmentPath <> vbNullString) Then Set objOutlookAttach = .Attachments.Add(strAttachmentPath) End If I have used the sendobject acsendreport function to add one report, how do you specify the path for multiple attachments using the code you suggested?