Hi, Im pretty new to VBA development and would like a little help !
Trying to send an email after a button on a form is pressed. Have a module with email code in it:
Set MyOutlook = New Outlook.Application
Set MyMail = MyOutlook.CreateItem(olMailItem)
MyMail.SentOnBehalfOfName = strFrom...