#email

  1. alm395

    Sending an email based on date

    Is it possible to send an email reminder based on a specific date & time via Excel? If it is possible, does Excel have to be open to send or can we set the dates and basically forget about the spreadsheet until it needs to be updated? Below is a checklist where tasks are to be completed before...
  2. L

    Sending Emails to Muliple People

    Hello All, I'm working on editing this VBA code below to allow edits in additional cells to trigger an email sent to additional email address. Could anyone help me edit this code to allow for this? Private Sub Worksheet_Change(ByVal Target As Range) 'Updated by Extendoffice 2017/9/12 Dim...
  3. K

    Open .msg file and add emails

    Hi, I have a macro for opening a .msg file but I need to also add email addresses. The email addresses will be different depending on the project. Is this possible? The macro I currently have is: Sub OpenOutlookMsg () Dim myoutapp As Object Dim myitem A Object Set myoutapp =...
  4. R

    [VBA]HTML Email Body: How can I edit the format of added cell value?

    Hello Guys! I have a code that creates an email. I need to address all the people by name, so I wrote this code: strbodyhi = "< BODY style=font-size:11pt;font-family:Calibri >Hi & Sheets(29).Range(Cells(inter,22).Value" < /BODY >" The result is this: "Hi" &...

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