I have multiple Outlook accounts on my computer. In VBA, if I want to automate a message to be sent via Excel, what is the VBA code to specify the FROM field in the Outlook email message?
I tried objMail.From but it errored out.
Please help. Thank you!!