First, here is the simplest method. We will operate Outlook to send emails. Sub MailSend() Dim olApp As Object Dim olMail As Object Set olApp = CreateObject("Outlook.Application") Set olMail = ...
Introduction: This is the first step toward 'RPA operation semi-automation'. Are you checking RPA result notifications via email every day? You might judge whether 'today's process (A091) finished ...