Send bulk emails using Outlook (with Signatures) - Excel VBA macro tutorial

Send bulk emails using Outlook (with Signatures) - Excel VBA macro tutorial

38,046 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

geetha muthukrishnan
geetha muthukrishnan - 24.05.2023 11:58

Hi ! how to increase the font size of the body of the letter

Ответить
gsencourager
gsencourager - 18.12.2022 20:59

How to add attachments in mail body . Different Different attachments for different different mails.

Ответить
resourcedragon
resourcedragon - 25.10.2022 16:09

Thank you for this. Just one question, though:

"For i = 9 to Sheet1.Cells(Rows.Count,1).End(xlUp).Row" makes sense but I've always used "Next i" and not just "Next" at the end of the For loop. Can you get away with leaving out the "i" because it's not a nested loop?

Ответить
Sam Bisht
Sam Bisht - 30.09.2022 20:50

Hi Kamal,

Your code is great. It really helps me. Now after sending a new mail through this code I want to send a mail again to same email addresses after 3-4 days as a follow up mail, whom I didn’t get the revert in the same email chain/thread after sending first mail. How will I do it? Could you please advise. Thanks

Ответить
Richard Wing
Richard Wing - 17.07.2022 23:57

Thanks for the video. Is there a way to specify a different outlook signature than than the default? Can we use the name of the signature we gave it when making the signature? If so can I have place holders in the signature, add the signature first an loop back and add excel data in place of place holders? Basically merge dynamic data into a specific outlook signature? I use signatures as templates and manually insert the data I need to use into them depending on the situation. I am hoping to automate these processes.

Ответить
Horia ROMAN
Horia ROMAN - 13.01.2022 09:52

Working. Thank you

Ответить
P K
P K - 16.11.2021 05:56

This worked perfectly. I've been searching far and wide on how to include my signature when sending out emails via a loop. The trick, as you said, was moving .Display above .HTMLBody and adding "& .HTMLBody" to the end of the line. Those simple adjustments fixed it. Bless you sir.

Ответить
Gillian McNosehair
Gillian McNosehair - 19.08.2021 18:31

Top man. V useful.

Ответить
Gillian McNosehair
Gillian McNosehair - 18.08.2021 12:23

Amazing video. Really helpful. How do I amend the body email text so it does not default to calibri, font size 11? Many thanks

Ответить
Cupids 5210
Cupids 5210 - 18.05.2021 06:20

can add one more column? to attach file or all files in folder

Ответить
jainish jain
jainish jain - 13.05.2021 10:59

Hi Kamal, this video seems to be a solution for one of my automations. But, I am still getting some errors and unable to find the :Microsoft Outlook reference in the VBA. Is it different with Mac ?

Ответить
Hari priya
Hari priya - 26.02.2021 13:12

Hello Sir..in the body part Body 1 = "Number : " <br>.. i want to insert cell A1 value of active sheet..can you please tell me how to provide only one cell range

Ответить
Sanju Rathod
Sanju Rathod - 11.02.2021 03:42

Hello kamal, video found useful , however in the body of the mail, i need paste the snapshot along with signature, i tried.display before htmlbody but not able to get, please help me with this

Ответить
Sandeep Rawat
Sandeep Rawat - 09.02.2021 23:31

Could you please tell me how to extract email from Outlook with time criteria "9:00pm to 9:00pm"

Ответить
AJITH KUMAR P T
AJITH KUMAR P T - 03.02.2021 13:41

I tried with outlook 2016 and it is showing as Run -time error '429'
ActiveX component cannot can't create object

Ответить
Hitesh Pitroda
Hitesh Pitroda - 23.10.2020 21:39

Dear Sir can give us link for file download of how to add signature in vba bulk mail send

Ответить
Alya McVay
Alya McVay - 18.08.2020 01:01

Hello,
How would you recommend skipping blank cells?

Ответить
Kiran Naidu
Kiran Naidu - 02.08.2020 20:56

Hi Kamal, thanks for uploading such useful coding material. I have almost watched all of your videos and huge fan of yours now..can you pls help me if I have to send a dynamic table basis a specific criteria to individual mail id's.for ex.. performance of a partner with a body snap shot..count of the partners could be in hundreds

Ответить
Bhupesh saini
Bhupesh saini - 25.07.2020 22:21

can yoou tell how to run macro in shared mail folder

Ответить
Jegan Raju
Jegan Raju - 25.07.2020 08:26

I need a code for sending a multiple mails with filtered excel table is pasted in body of the email. Pls help me with this requirement

Ответить
Shwetanshu Dubey
Shwetanshu Dubey - 20.07.2020 13:46

Hi, I followed the code as it is but am getting an error in Sub sendMails() as User- Defined type not defined, can you help?

Ответить
Sayed Aljaziri
Sayed Aljaziri - 19.06.2020 19:55

thanks alot mr , how i can coordinate mail body font and style

Ответить
Sarunas Greinis
Sarunas Greinis - 07.06.2020 15:13

Hey, thanks , I try to type .HTMLBody but signatute does not appear , I just get error invalid or unqualified reference. Any ideas why?

Ответить
Jegan Raju
Jegan Raju - 02.06.2020 21:24

How to add "From" email id in auto sending e-mails. Pl assist.

Ответить
Raj Venkat
Raj Venkat - 28.05.2020 15:31

Sir,pls copy the code in the comments pls

Ответить
smrttgrl
smrttgrl - 20.05.2020 01:59

Hi. I hope you're still answering, I tried to auto send .send but I got a debug error

Ответить
Ahmed Al-Dossary
Ahmed Al-Dossary - 09.05.2020 20:17

Signature was not added to bottom of mail body when pasting an excel range (table for instance). Any thoughts?

Ответить
Gawrang Soni
Gawrang Soni - 27.04.2020 09:55

Hello, thank you very much for sharing.
Can we sort, select and delete multiple mails through mail details on excel sheet.
Pls help on this.

Ответить
Juan Miguel Cordero
Juan Miguel Cordero - 24.04.2020 12:26

Hi,

This is very helpful specially with the signature part.. But what is the code so that you could create multiple emails with signatures.. You changed it on the last part and only made 1 email..

Ответить
KAMAL AHUJA
KAMAL AHUJA - 09.03.2020 07:43

Hello sir, I want to send different pdf attachments to different mail ids

Ответить
Ashley McGrath
Ashley McGrath - 17.10.2019 23:53

When I do this my signature still doesn't show up?

Ответить
C U
C U - 12.10.2019 03:06

How do we send from shared mailboxes?

Ответить
Upgrade Technical Skills
Upgrade Technical Skills - 31.08.2019 04:05

Hi sir good morning
It's really good job and I am very helpful on this tutorial
Sir I have two three lines sentence out of that I need change two words for every email how to do that

Ответить
billing btk
billing btk - 02.07.2019 11:15

Sir can you tell me easiest way to attached PDF multiple files?

Ответить
Vinay Borkar
Vinay Borkar - 02.06.2019 13:23

This is not working when we replace .display with .send, even the mail body is also disappread

Ответить
Nazia Jahan
Nazia Jahan - 04.04.2019 17:26

its not working :/

Ответить
kishor kakade
kishor kakade - 27.03.2019 12:33

Hello Sir, I wanted to paste table from excel to mail body and mail it with default outloook signature. Any idea

Ответить
mubarak s
mubarak s - 26.03.2019 00:57

Hi sir

Could you please let me know how to split the PDF files using VBA Macros

Ответить
Rakesh Verma
Rakesh Verma - 05.12.2018 07:35

Hello Sir, I wanted to paste table from excel to mail body and mail it with default outloook signature. Any idea

Ответить
Rajashekar D
Rajashekar D - 29.11.2018 19:27

Hi sir
Any video on task scheduler in detail as I am looking for tasks to run automatically at scheduled time which will help me in reducing some man-hours

Ответить