Automatically download Outlook attachments to folder with VBA and rule

preview_player
Показать описание
#iptindia #vba #macros #outlook
Advanced Excel Training Center
and Call - +91 8826828093, +91 8802579388 +91 9968811487 Skype ID - advexcel1

How can Join Advanced Excel Class Online From Computer with Sujeet Kumar

How Can Join Advanced Excel Class from Mobile Phone with Sujeet Kumar

Public Sub SaveAttachmentsToDisk(MItem As Outlook.MailItem)
Dim oAttachment As Outlook.Attachment
Dim sSaveFolder As String
sSaveFolder = "G:\Data\"
For Each oAttachment In MItem.Attachments
oAttachment.SaveAsFile sSaveFolder & oAttachment.DisplayName
Next
End Sub
Рекомендации по теме
Комментарии
Автор

Sir second video kb upload karoge we are waiting for

deepaksingh-gzgg
Автор

It doesn’t work for me. Someone help? The attachment is not saving in the folder even if i followed the steps

bhothoysai
Автор

Sir, what is procegger to automatically open runscript in excel, coz my excel doesn't open in tasksheduler.

subash
Автор

Hi Sir,
Run script is not working
May I request you please guide me

ravindradubey
Автор

Sir, where is second we need it please.

zahidimranx