A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Express Email Newsgroup » Outlook Express
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Export Folder Column data to Excel



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old April 17th 09, 02:24 PM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Graham
external usenet poster
 
Posts: 37
Default Export Folder Column data to Excel

Hi, I want to export the column data e.g. Subject, Date & Time, & From, to
Excel (or similar) for editing to insert into a report. I don't need the
content of each email, just the message data. Can this be done ?
Regards
Graham
  #2  
Old April 17th 09, 11:12 PM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
...winston
external usenet poster
 
Posts: 112
Default Export Folder Column data to Excel

One message or a ton of them..?

--
...winston
ms-mvp mail

"Graham" wrote in message ...
Hi, I want to export the column data e.g. Subject, Date & Time, & From, to
Excel (or similar) for editing to insert into a report. I don't need the
content of each email, just the message data. Can this be done ?
Regards
Graham

  #3  
Old April 18th 09, 01:00 AM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Michael Santovec
external usenet poster
 
Posts: 2,875
Default Export Folder Column data to Excel

SysExporter
Outlook Express Tree Lists and Message Lists (NT/2000/XP)
http://www.nirsoft.net/utils/sysexp.html

--

Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm



"Graham" wrote in message
...
Hi, I want to export the column data e.g. Subject, Date & Time, &
From, to
Excel (or similar) for editing to insert into a report. I don't need
the
content of each email, just the message data. Can this be done ?
Regards
Graham



  #4  
Old April 18th 09, 02:18 PM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Steve Cochran
external usenet poster
 
Posts: 2,353
Default Export Folder Column data to Excel

I already did it with OETool. www.oehelp.com/OETool/

steve

"Michael Santovec" wrote in message
...
SysExporter
Outlook Express Tree Lists and Message Lists (NT/2000/XP)
http://www.nirsoft.net/utils/sysexp.html

--

Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm



"Graham" wrote in message
...
Hi, I want to export the column data e.g. Subject, Date & Time, & From,
to
Excel (or similar) for editing to insert into a report. I don't need the
content of each email, just the message data. Can this be done ?
Regards
Graham




  #5  
Old April 18th 09, 02:18 PM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Steve Cochran
external usenet poster
 
Posts: 2,353
Default Export Folder Column data to Excel

I already did it with OETool. www.oehelp.com/OETool/

steve

"Michael Santovec" wrote in message
...
SysExporter
Outlook Express Tree Lists and Message Lists (NT/2000/XP)
http://www.nirsoft.net/utils/sysexp.html

--

Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm



"Graham" wrote in message
...
Hi, I want to export the column data e.g. Subject, Date & Time, & From,
to
Excel (or similar) for editing to insert into a report. I don't need the
content of each email, just the message data. Can this be done ?
Regards
Graham




  #6  
Old April 18th 09, 01:12 AM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Robert Aldwinckle
external usenet poster
 
Posts: 472
Default Export Folder Column data to Excel


"Graham" wrote in message ...
Hi, I want to export the column data e.g. Subject, Date & Time, & From, to
Excel (or similar) for editing to insert into a report. I don't need the
content of each email, just the message data.


Can this be done ?



Roughly. Drag all the messages to an empty directory.
That creates .eml or .nws files from them.
Those are also text files, so you can use other standard parsing
tools to create the records from them.

For example, entering this at the command line of a cmd window
at that directory level would extract only lines like you're asking for:

findstr /i "^Subject: ^Date: ^Time: ^From:" *

(Leave the ignore case switch off if you are sure of the capitalization
of your header labels.)


Then you would have to figure out how to combine the four lines
that would find into one record for your Excel program to read.

One option I think would be the Log Parser Utility...

http://www.microsoft.com/downloads/d...displaylang=en
quote
Log parser is a powerful, versatile tool that provides universal query access to
text-based data such as log files, XML files and CSV files, as well as key data
sources on the Windows® operating system such as the Event Log, the Registry,
the file system, and Active Directory®.
/quote

I am sure you could use Log Parser to solve your problem
but I haven't used it enough to suggest how you might do that
exactly. (It would probably quickly go too far off-topic anyway.)
I think you could find afficionados who would be keen
to demonstrate how though. ; )


Regards
Graham



Good luck

Robert Aldwinckle
---


  #7  
Old April 18th 09, 02:18 PM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Steve Cochran
external usenet poster
 
Posts: 2,353
Default Export Folder Column data to Excel

Just get OETool: www.oehelp.com/OETool/ There is a button that exports the
message list into a CSV file that you can then import into Excel.

steve

"Graham" wrote in message
...
Hi, I want to export the column data e.g. Subject, Date & Time, & From, to
Excel (or similar) for editing to insert into a report. I don't need the
content of each email, just the message data. Can this be done ?
Regards
Graham


  #8  
Old April 20th 09, 11:10 AM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Graham
external usenet poster
 
Posts: 37
Default Export Folder Column data to Excel


Hi All,
Thank you for your input.
I have about 30 messages that I want to extraxt info on. I was hoping that
there was a simple Copy/Paste command that I could use.
I've downloaded the OE Tool and new tol bar is showing, but I can't see a
button to export to a CSV file.
I suspect I'll be quicker manually typing the info over that I need,
tedious, buut at least I'll get the job done.
Thank you all anyway
Regards
Graham
"Steve Cochran" wrote:

Just get OETool: www.oehelp.com/OETool/ There is a button that exports the
message list into a CSV file that you can then import into Excel.

steve

"Graham" wrote in message
...
Hi, I want to export the column data e.g. Subject, Date & Time, & From, to
Excel (or similar) for editing to insert into a report. I don't need the
content of each email, just the message data. Can this be done ?
Regards
Graham


  #9  
Old April 20th 09, 01:47 PM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Steve Cochran
external usenet poster
 
Posts: 2,353
Default Export Folder Column data to Excel

The 4th button from the right ("View Header List") will generate a csv file
on the Desktop (or wherever OETool.exe is located) which contains the
information in the Header list of the folder being displayed.

From the website (www.oehelp.com/OETool/):

"Button 11: View Header List -- This will display the message headers of
the OE folder in an IE window, allowing them to be saved and printed. It
also generates a CSV file (Tab delimited), "Headers.csv" in the same
directory as the OETool.exe file, to enable importing of the message list
into a spreadsheet or database. This feature will probably not function in
Win9X.
"

steve

"Graham" wrote in message
...

Hi All,
Thank you for your input.
I have about 30 messages that I want to extraxt info on. I was hoping that
there was a simple Copy/Paste command that I could use.
I've downloaded the OE Tool and new tol bar is showing, but I can't see a
button to export to a CSV file.
I suspect I'll be quicker manually typing the info over that I need,
tedious, buut at least I'll get the job done.
Thank you all anyway
Regards
Graham
"Steve Cochran" wrote:

Just get OETool: www.oehelp.com/OETool/ There is a button that exports
the
message list into a CSV file that you can then import into Excel.

steve

"Graham" wrote in message
...
Hi, I want to export the column data e.g. Subject, Date & Time, & From,
to
Excel (or similar) for editing to insert into a report. I don't need
the
content of each email, just the message data. Can this be done ?
Regards
Graham



  #10  
Old April 20th 09, 01:47 PM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Steve Cochran
external usenet poster
 
Posts: 2,353
Default Export Folder Column data to Excel

The 4th button from the right ("View Header List") will generate a csv file
on the Desktop (or wherever OETool.exe is located) which contains the
information in the Header list of the folder being displayed.

From the website (www.oehelp.com/OETool/):

"Button 11: View Header List -- This will display the message headers of
the OE folder in an IE window, allowing them to be saved and printed. It
also generates a CSV file (Tab delimited), "Headers.csv" in the same
directory as the OETool.exe file, to enable importing of the message list
into a spreadsheet or database. This feature will probably not function in
Win9X.
"

steve

"Graham" wrote in message
...

Hi All,
Thank you for your input.
I have about 30 messages that I want to extraxt info on. I was hoping that
there was a simple Copy/Paste command that I could use.
I've downloaded the OE Tool and new tol bar is showing, but I can't see a
button to export to a CSV file.
I suspect I'll be quicker manually typing the info over that I need,
tedious, buut at least I'll get the job done.
Thank you all anyway
Regards
Graham
"Steve Cochran" wrote:

Just get OETool: www.oehelp.com/OETool/ There is a button that exports
the
message list into a CSV file that you can then import into Excel.

steve

"Graham" wrote in message
...
Hi, I want to export the column data e.g. Subject, Date & Time, & From,
to
Excel (or similar) for editing to insert into a report. I don't need
the
content of each email, just the message data. Can this be done ?
Regards
Graham



 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help to export data from Excel to Outlook form bbnimda Outlook and VBA 1 December 7th 07 02:11 PM
Export Custom Task Form Data to Excel [email protected] Outlook - Using Forms 1 March 22nd 07 12:47 AM
Export Custom Task Form Data to Excel [email protected] Outlook - General Queries 0 March 21st 07 11:50 PM
Export Public Folder Contacts to Excel Directly mfhau Outlook - Using Contacts 1 May 6th 06 02:06 AM
export a public contact folder to excel? mjb Outlook - Using Contacts 1 January 20th 06 06:44 AM


All times are GMT +1. The time now is 01:19 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.