Search results

  1. E

    VBA script to auto download attachments and rename file according to subject line

    Thank for response. I've tried the following but don't seem to get it to work. Can you please check Dim objAtt As Outlook.Attachment Dim saveFolder As String Dim Subject As String Dim Ticket As String Dim i As Integer saveFolder = "C:\Test" Subject = itm.Subject Subject = Mid(Subject...
  2. E

    VBA script to auto download attachments and rename file according to subject line

    Hello, I've modified the code to work with multiple attachments (files are saved as 1111111111(1).pdf , 1111111111(2).pdf etc ). Is it possible to modify the code in such a way so that numeration is only applied if there is more than 1 attachment. Dim objAtt As Outlook.Attachment Dim...
Back
Top