vba send email by xloo, questions.

francosueho82

New Member
Joined
Apr 10, 2024
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Dear, All,
I an newbie in Excel VBA. my question is :
I am going to use Excel VBA to send email.
I have a list of contact person with their corresponding email address. in my worksheet, and using xlookup to lookup the correct email address of each particular email contact.

My question is, whenever the contact who is not in my list (ctc) , VBA still use the previous found email address for that contact.

Here is my code (partial) :

Dim ctclist As Range
Dim Eaddress As Range
Dim ctcEMail As Range
Dim ctc as string

Set ctcEmail = Application.WorksheetFunction.XLookup( ctc , ctclist, Eaddress, "No Match", False)


Thank you very much for your kind help.
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Welcome to the Board!

Can you please post the entire VBA procedure (and be sure to use code tags, as directed here: How to Post Your VBA Code).
 
Upvote 0

Forum statistics

Threads
1,215,215
Messages
6,123,668
Members
449,114
Latest member
aides

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