strfrom

  1. C

    Declare Email Address to Send FROM

    Objectives: Auto-create and email in display mode where the FROM, TO, SUBJECT and some of the BODY are auto-populated * FROM: AMLC@emailaddy.com * TO: Maria@emailaddy.com * Store copy in SENT folder for the AMLC mailbox Problems: * I cannot get the FROM to stop defaulting to the user's...
  2. T

    identify a range of data to send in an email

    This is the start of the code: Sub Button1_Click() Dim CDO_Mail As Object Dim CDO_Config As Object Dim SMTP_Config As Variant Dim strSubject As String Dim strFrom As String Dim strTo As String Dim strCc As String Dim strBcc As String Dim strBody As String strSubject = "MHR Request" strFrom =...
  3. kelly mort

    Help with counter in print macro

    Hello everyone, I am using thus macro to print . Now I am trying to get the counter use numbers in some cells instead of the continuous loops I have been using. How do I modify this code to get me there? The numbers are in cells A3:A303. And I want it to print from top to bottom. Sub...
  4. A

    Select 'From Address' in Outlook

    Hi Friends, I'm new to VBA and trying to create a macro for sending mails from Outlook using the details in a excel sheet. It works fine. However, I need the code to select the 'From Address' from the excel sheet, but it's not working. PLease help. Set OutMail = OutApp.CreateItem(0)...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top