PDA

View Full Version : Outlook Macro to Copy data from Outlook mail and Paste it in a Excel sheet?



padhu1989
09-11-2012, 05:19 AM
I need Outlook Macro to Copy data from Outlook mail with Specific subject and Paste it the Excel sheet (Paste it in the Specific tab)

I am getting some 13 different mails every half an hour which contains tables of Data. I have to copy the tables and paste it in the Specific tab of the excel sheet manually.. I have created 13 tabs for 13 mails and 1 more tab for Graphs (Graphs will change based up on the value of the 13 table). So I have to paste it as Destination Format. Please anyone help me in this...

Sorry for my Poor English..

JP2112
09-14-2012, 12:37 PM
If you need to extract tables, see if this Stack Overflow question helps:

http://stackoverflow.com/q/8061350/190829

If not, you need to provide an example.