-
Ok I had one of my Senders send me an email with attachment. The code stopped at the highlighted line:
Error - Path does not exist (but yes it does)
[vba]
ElseIf (Msg.Sender = "Sender, Jane") And _
(Msg.Subject = "WV UMTS Backlog") And _
(Msg.Attachments.Count >= 1) Then
attPath = "I:\UTMS_WV\Process\"
myAttachments.Item(1).SaveAsFile attPath & Att
Call Mail_Working
Msg.UnRead = False
'Msg.Move olDestFldr
[/vba]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules