VBA Code to select Sender and Signature
问题 In Excel I'm using code like this to begin an e-mail message through Outlook: Set mOutlookApp = GetObject("", "Outlook.application") Set OutMail = mOutlookApp.CreateItem(0) With OutMail .To = "blahblah@blah.com" .Subject = "More BLAH here" .HTMLBody = "Message Text" & .HTMLBody ' This preserves the Signature in the message. .Display End With Normally, when I send a (manual) e-mail, I can choose to send it from an address other than my normal one (by pressing the "From" button). Also, I can