Hi All,
I'm trying to send email from excel sheet, but before sending im getting a Outlook warning "A program is trying to access outlook email information..." with Allow, Deny and cancel button.
im thinking of fully automating it but then this warning keeps on poping up whenever i sent an email.
I tried sending keys with the below command but still the warning is coming up
Application.Wait (Now + TimeValue("0:00:03"))
Application.SendKeys "%s", True
Application.Wait (Now + TimeValue("0:00:05"))
Am i doing it right, or is there any other way of bypassing this warning
I'm trying to send email from excel sheet, but before sending im getting a Outlook warning "A program is trying to access outlook email information..." with Allow, Deny and cancel button.
im thinking of fully automating it but then this warning keeps on poping up whenever i sent an email.
I tried sending keys with the below command but still the warning is coming up
Application.Wait (Now + TimeValue("0:00:03"))
Application.SendKeys "%s", True
Application.Wait (Now + TimeValue("0:00:05"))
Am i doing it right, or is there any other way of bypassing this warning