I’ve got a sub-routine that e-mails a completed document automatically (if the user chooses that option). The code that I copied to do this uses the line
Set myOutlook = Nothing
when it has finished sending the e-mail. Can I delete this line because most users won’t want to close their Outlook? (The code uses a GetObject... / myOutlook.CreateItem method).
