xoutmail

  1. J

    Modify VBA code for automatic emails

    Hi, I have this code below that would work perfect for me if it would attached the existing sheet as a PDF. Private Sub Worksheet_Change(ByVal Target As Range) Dim xRgPre As Range On Error Resume Next If Target.Cells.Count > 1 Then Exit Sub Set xRg = Range("D7") Set xRgPre = xRg.Precedents If...
  2. J

    Macro needed to email based on data in cell

    Hoping someone can help. I need an email to be generated based on data in multiple cells. Basically a range of cells. Currently this is what I have: Private Sub worksheet_change(ByVal Target As Range) If Range("O6").Value = "X" Then Call Mail_small_Text_Outlook End If End Sub Sub...
  3. F

    VBA - Using if statement within a string for outlook email from Excel

    Hi all, I am creating a user form within Excel file that is used to input data into the sheet, but also it is sending an email from outlook with specifics from that user form. I have come to a standstill when trying to use option buttons from the user form. I have tried to simply continue the...

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