Outlook does not recognize the macro unless it is declared as a mail item.
Private Sub SaveAttachments_Selection()
Replace the () with this.
(itm As Outlook.MailItem)
The macro now shows in Outlook, but still does not copy the attachments to the file location I have named.
Anyone?
|