Extract text under a string from EML files

excelknuckles

New Member
Joined
Apr 23, 2024
Messages
1
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
Hi everyone!

I consider myself a moderately skilled Excel user, but this one is beyond me. I have no experience with VBA.

I have hundreds of .eml files that all follow generally the same format:

[Date in YYYY-MM-DD]

1. Inputs

[Data]

2. Search Results

Joe's Tacos - showed up 11 times
John's Pizza - showed up 2 times

What I would love to do is to bulk extract the data from all of these .eml files under the "2. Search Results" heading to result in the following sheet:

DateStore# of results
[Date from top of .eml]Joe's Tacos11
[Date from top of .eml]John's Pizza2

If anyone could please assist, I would be exceptionally grateful.
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Hello excelknuckles, it sounds like you need to do the following: 1. open the .eml file, 2. copy all 3. paste as text into Excel. 4. manipulate the text in excel so you can get a summary of the data. For parts 1, 2, and 3, i would use MacroExpress, or Keyboard Maestro for these type of manual work. There could be other ways around it, but MacroExpress has saved me many times. Easy to learn and use. Once you have the data in Excel, you can do all that manipulation with your Excel skills. Cheers!
 
Upvote 0

Forum statistics

Threads
1,216,309
Messages
6,130,000
Members
449,551
Latest member
MJS_53

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