Hi,

I have an Excel file, which has some content and after some criteria is met the VBA code sends the mail using Outlook app to recipient.

The code works perfectly, but on some computers when the criteria is met and the code is triggered to create a mail and use Outlook, the pop up Window appears, asking to Deny or Allow to another program to use Outlook.

Because the code is written to make mail sending automatic, I also need to remove this Warning window.

I know that it can be resolved removing security restriction from Trust Center Settings, by choosing Never Warn me about suspicious activities, in programmatic Access section, but this option is not available, mostly may be that my user does not have administrative rights and it is managed by other administrator.

How can I resolve this issue?