subject and body in vba

  1. Jyggalag

    Send out email through VBA and Macro in Outlook

    Dear all, (Please note that I am using the Outlook program in Windows). I currently have a setup that looks approximately like this (please ignore the snippet on the right side, it is purely to show what an email looks like in an outlook format): I was wondering if it would be possible to...
  2. M

    Sending Email with Excel with To, CC & BCC

    Hi Everyone, I am just learning about VBA but I got the basics down. I am trying to use our excel to make it faster to send emails to out clients. We have a To, CC and BCC emails. Each line would be its own client with emails: To: CC: BCC: B3: Client 1...
  3. V

    RUN TIME ERROR : 13 (TYPE MISMATCH) excel debugger

    Option Explicit Sub Worksheet_SelectionChange(ByVal Target As Range) Dim ptc As PivotTable, Value As Variant, Rng As Range For Each ptc In ActiveSheet.PivotTables If Not Intersect(Target, Range(ptc.TableRange1.Address)) Is Nothing Then If Left(Target.Value, 7) = "mailto:" Then...
  4. D

    ode to send individual email keeps old deleted subject and body

    G'Day to the List. Thanks for all the previous help. I have now have the attached VBA Code to send individual emails per row with their attached row data. Problem: is New project Spreadsheet to 13 individuals with all their data on each row to be send to every person as a ticket However I...

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