Major Outlook Problem

Joined
May 25, 2006
Messages
2
Reaction score
0
Please help. I have a website and have a page that asks users for their opinion. The four columns used are :- Content, Design, Usability and Overall and these are judged on a scale of 1 - 5. The problem is that I do not have a databse package with my web hosting company and so I use a sendmail script to send the information directly to my email. I would really apprieciate it if someone could tell me how to export the information directly from the email into a excel worksheet. Outlook export exports information that i do not need. Please help
 
I'd probably go with doing a CSV export from Outlook and then using spreadsheet macros to parse out the information. It should be a pretty simple search and replace - you could even do it with in-cell string edit functions, especially if you include easily-identified beginning- and end-of-data markers.

HTH!
 
Back
Top