使用Excel VBA 从 Gmail 发送电子邮件问题描述 投票:0回答:1我在Outlook 桌面应用程序中设置了 4 个帐户,因此我希望最好从电子邮件 #4(即 gmail)发送电子邮件。 我尝试过同时使用 SendUsingAccount 和 SentOnBehalfOfName 但都不起作用。当我尝试时 With OutlookMail .SendUsingAccount = OutlookApp.Session....
Sub SendMultipleEmails()Dim outlookApp作为对象Dim outlookMail作为对象Dim单元格作为范围Dim to Address...
Damit Excel E-Mails über Gmail senden kann, müssen Sie zunächst einen Verweis auf die CDO-Bibliothek zu Ihrem Excel-Projekt hinzufügen. Klicken Sie im VBA-Editor auf Extras, Verweise. Suchen Sie nach der Microsoft-CDO-Referenz, und klicken Sie auf OK. Eine E-Mail über GMail versend...
To write VBA code in Excel open up the VBA Editor (ALT + F11). Type “Sub HelloWorld”, Press Enter, and you’ve created a Macro! OR Copy and paste one of the procedures listed on this page into the code window.What is Excel VBA?