abdelfattah
Well-known Member
- Joined
- May 3, 2019
- Messages
- 1,494
- Office Version
- 2019
- 2010
- Platform
- Windows
hi
i'm asking about if is there way to send data of range to many emails the data of range begins from a2: d and emails in col e
i appreciate if any body help to get macro do that
thanks advance
i'm asking about if is there way to send data of range to many emails the data of range begins from a2: d and emails in col e
i appreciate if any body help to get macro do that
emails.xlsb | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | name | number | it | amount | |||
2 | al1 | 111111111111.000 | 1 | 100 | m1@yahoo.com1 | ||
3 | al2 | 222222222.000 | 2 | 200 | m1@yahoo.com2 | ||
4 | al3 | 333333333333333.000 | 3 | 300 | m1@yahoo.com3 | ||
5 | al4 | 444370444444444.000 | 4 | 400 | m1@yahoo.com4 | ||
6 | al5 | 610981555555555.000 | 5 | 500 | m1@yahoo.com5 | ||
7 | al6 | 777592666666666.000 | 6 | 600 | m1@yahoo.com6 | ||
8 | al7 | 944203777777777.000 | 7 | 700 | m1@yahoo.com7 | ||
9 | al8 | 1110814888888890.000 | 8 | 800 | m1@yahoo.com8 | ||
10 | al9 | 1277426000000000.000 | 9 | 900 | m1@yahoo.com9 | ||
11 | al10 | 1444037111111110.000 | 10 | 1000 | m1@yahoo.com10 | ||
12 | al11 | 1610648222222220.000 | 11 | 1100 | m1@yahoo.com11 | ||
13 | al12 | 1777259333333330.000 | 12 | 1200 | m1@yahoo.com12 | ||
14 | al13 | 1943870444444440.000 | 13 | 1300 | m1@yahoo.com13 | ||
15 | al14 | 2110481555555550.000 | 14 | 1400 | m1@yahoo.com14 | ||
16 | al15 | 2277092666666660.000 | 15 | 1500 | m1@yahoo.com15 | ||
17 | al16 | 2443703777777770.000 | 16 | 1600 | m1@yahoo.com16 | ||
18 | al17 | 2610314888888890.000 | 17 | 1700 | m1@yahoo.com17 | ||
19 | al18 | 2776926000000000.000 | 18 | 1800 | m1@yahoo.com18 | ||
20 | al19 | 2943537111111110.000 | 19 | 1900 | m1@yahoo.com19 | ||
21 | al20 | 3110148222222220.000 | 20 | 2000 | m1@yahoo.com20 | ||
22 | al21 | 3276759333333330.000 | 21 | 2100 | m1@yahoo.com21 | ||
23 | al22 | 3443370444444440.000 | 22 | 2200 | m1@yahoo.com22 | ||
24 | al23 | 3609981555555550.000 | 23 | 2300 | m1@yahoo.com23 | ||
25 | al24 | 3776592666666660.000 | 24 | 2400 | m1@yahoo.com24 | ||
26 | al25 | 3943203777777770.000 | 25 | 2500 | m1@yahoo.com25 | ||
27 | al26 | 4109814888888880.000 | 26 | 2600 | m1@yahoo.com26 | ||
28 | al27 | 4276426000000000.000 | 27 | 2700 | m1@yahoo.com27 | ||
29 | al28 | 4443037111111110.000 | 28 | 2800 | m1@yahoo.com28 | ||
30 | al29 | 4609648222222220.000 | 29 | 2900 | m1@yahoo.com29 | ||
Sheet1 |
thanks advance