Get message body fields from Outlook into Excel

  • Thread starter Thread starter Michael Jacobs
  • Start date Start date
M

Michael Jacobs

Hello,

I have many messages in my Outlook email inbox. Each message has exactly
the same format.

Field1=Field1result <nl>
Field2=Field2result <NL>
......
Field40=Field40 <NL>

I have no experience in VBA and would appreciate a program that would
populate an excel spreadsheet with these 40 fields based on the contents
of my inbox.

Thanks,

Mike Jacobs
 
Use the Export function. Menu File>Import and Export>Export to a file>choose
Excel...........
 
Back
Top