Search results

  1. R

    Sending Emails

    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...
Back
Top Bottom