How can I supress the Outlook warning while sending mail using macro in excel

后端 未结 7 1651
猫巷女王i
猫巷女王i 2020-12-10 06:39

I am trying to send an email using macro in excel.

But when I run this code my mail client i.e. MS Outlook shows a pop up warning similar to
Someone is t

相关标签:
7条回答
  • 2020-12-10 07:29

    the window is popping up to begin with because the macro is not signed by a Trusted Publisher. This list in your Outlook settings. You must sign the macro and input the signer into your trusted publishers list. Or allow unsigned macros globally.

    0 讨论(0)
提交回复
热议问题