Hi all I need to open Outlook an then closing it. Opening function works well, but I do not know how to close it. Could anyone help? Thanks, Aldo. I am using this: 'This is working well Function OpeningOutlookInSelectedFolder() Application.ActivateMicrosoftApp (xlMicrosoftMail) End Function...