How to compare two table which in outlook and excel separately

tommy8quko

New Member
Joined
Mar 27, 2017
Messages
18
[h=2]Hi all, i have got lots of email with the below format everyday(the table size is not the same everytime) , and have a excel sheet like the one below,
now I would like to compare the table in the outlook and excel, if two table is perfectly match, then copy the price in the email in paste it in the excel,
is it possible to do it with vba? and how to code ?
Thanks guys!

Outlook email:

AAA.Co[/h]Hello customer,
[TABLE="width: 500"]
<tbody>[TR]
[TD]Food[/TD]
[TD]Expiry Date[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]8/5/2017[/TD]
[TD]$9[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]2/5/2017[/TD]
[TD]$8[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 397"]
<tbody>[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Caution: ....................................

Excel:
[TABLE="width: 397"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Food[/TD]
[TD]Expired date[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]09-May-17[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]08-May-17[/TD]
[TD] [/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce

Forum statistics

Threads
1,223,243
Messages
6,170,971
Members
452,371
Latest member
Frana

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