G
Guest
Using a module, I want to attach all of the files from a
specific folder into an Outlook e-mail. The code I'm using
for attachments is:
If Not IsMissing("c:\AS400\*.*") Then
Set objOutlookAttach = .Attachments.Add("c:\as400
\*.*")
End If
I can send (1) attachment but NOT ALL from the same
folder.
Is there a way to attach all of the files in a specific
folder to an e-mail?
thanks!
-brian
specific folder into an Outlook e-mail. The code I'm using
for attachments is:
If Not IsMissing("c:\AS400\*.*") Then
Set objOutlookAttach = .Attachments.Add("c:\as400
\*.*")
End If
I can send (1) attachment but NOT ALL from the same
folder.
Is there a way to attach all of the files in a specific
folder to an e-mail?
thanks!
-brian