Read a Particular Column rows in a table data from Outlook Mail using VBA

pramoddsrb

New Member
Joined
Jul 11, 2016
Messages
1
Hi,
I've seen multiple fourms and found ways to copy the whole table or export the whole table. But my requirement is different. I have a mail like this:

Start Date: July-07-2016
Timings between
2016-07-04T07:59:00.000-05:00

and

2016-07-05T07:59:00.000-05:00
Name Accept Approved
John Yes No
Peter No No


Now from the above mail, I need to extract the Date and Timings. I am able to get the date using Find function in Macro and then fetching the Next 13 Characters.
But I'm having trouble on fetching the table data. I don't need the whole table, I want the entries under Accept , Approved individually so that I need to copy them and paste them in an excel sheet individually.

Can anyone help me on how to pick the selected table's data something similar to excel like cells(1,3)?
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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