Grabbing OL Mail Attachment, Using XCL VBA Code, Replacing .xlsAttachment, & Mailing
I inserted the following stmts immediately prior to 'Exit Sub':
Outlook.Application.Quit
Set Outlook.Application = Nothing
This works great: both Excel and Outlook disappear from the Task
Manager.
I am much more familiar with Excel VBA: in all of my Project coding,
I shut down Excel from within my Code.
|