vba email macro

  1. S

    VBA sending an email of two conditions are met

    I'd be really grateful if some one could help me with this, I've been trying to work it out for a while but I'm not getting anywhere. I have a VBA to send an email based on individual rows and the data they contain. I'd like a way of sending individual emails to all recipients and the data on...
  2. S

    VBA, Send email before expiry date of license and colour cell red

    Hey all, I hope I can get some help here. I have looked around for a solution and have gotten close but not there, it is a tricky one. This is the closest I have gotten: Send email based on date I have an excel spreadsheet stored on onedrive It has 4 sheets with employee details, 3 sheets...
  3. Muhamed Faizal

    Send Email using VBA : Copy data from excel to assigned table in the email template.

    Hi, I have created a macro that sends emails to multiple people. This macro opens an email template from my computer local drive then copies data from a filtered range in excel and paste in a specific location of the email template. I was using the following code to specify the exact location...
  4. A

    Several issues with userform macro

    Hi Guys, I have a few issues with a userform. It used to work fine but after I made a few changes it stopped working. When you fill out the form it should open 2 emails ans display them before sending them to make sure they have the necessary attachments but it only displays the second email...
  5. M

    Excel VBA to send outlook email - Modify Subject line & Fix attachments

    Hi Guys, So I am a complete novice in Excel VBA. I want to send email using Excel VBA. I have excel sheet in following format Column A - Name Column B - To Column C - Subject Column D - Path of attachment Now, each row of this excel should open a new email. I have modified a code to suit...
  6. J

    Macro to copy a Frozen column & the next visible column

    So I have this code: Sub Mail_Sheet_Outlook_Body() 'For Tips see: 'Don't forget to copy the function RangetoHTML in the module. 'Working in Excel 2000-2016 Dim rng As Range Dim sch As Range Dim OutApp As Object Dim OutMail As Object Dim strbody As String Dim A As String...
  7. M

    VBA to paste into email not working - need help please!!!

    I am building a Macro to create and send emails with a range that changes for each email address. The body creation and addressing work fine, however, when I use SENDKEYS to paste from the clipboard, the command is ignored. I know that the image is on the clipboard as I can manually paste it...
  8. B

    Does anyone know how to Emails Ranges instead of Emailing Rows.

    Hi Guys, I hope you are all well today :) I have been using the below to fire off emails to customers. So their Account number appears in Column A & their email in Column B and it then sends off information row by row (C3:I3) to each customer. What I was wondering if anyone knows how I may...
  9. J

    Email code if conditions

    Hi there, I've got an email code that produces and sends an email. I was wondering if it would be possible to IF condition the email so that it sends only under certain conditions. What I would like to have is: If day = Friday and Time = 4:00pm then email code...

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