VBA to save Outlook attachments to a folder
After changing my operating system from Win-xp to win-7 and office 2003 to office 2013 I have found that
this line : objAttachments.Item(i).SaveAsFile strFile in my vba macro that saves outlook attachments to a folder sometimes takes 45 - 60 seconds to save each attachment.
During this time outlook can not be used ...
I have noticed that at the same time windows "searches" the target folder.
Any Idea how can I solve this ?
Thanks in advance for helping with this.
Orit
After changing my operating system from Win-xp to win-7 and office 2003 to office 2013 I have found that
this line : objAttachments.Item(i).SaveAsFile strFile in my vba macro that saves outlook attachments to a folder sometimes takes 45 - 60 seconds to save each attachment.
During this time outlook can not be used ...
I have noticed that at the same time windows "searches" the target folder.
Any Idea how can I solve this ?
Thanks in advance for helping with this.
Orit