This is great.
A nice compliment to this is if there is a script that would allow to copy with formatting.
In case there are tables or links that need to be maintained.
Cheers.
Troy
Main Topics
Browse All TopicsI perform the same step very often for an administrative task in outlook and would like to streamline with a macro if possible.
I use Outlook 2003 and 2007.
To be able to track email conversations in a ticketing system we have, I need to do the following.
1. Forward an email containing info required
2. Copy all text in forwarded email
3. Close email without sending
Result should be that I have something like the following in the clipboard.
---
From: First Last
Sent: Friday, August 07, 2009 10:39 AM
To: Other Person
Subject: Event Subject
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
---
Thanks!
Troy
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: NeilsrPosted on 2009-08-07 at 14:07:07ID: 25046970
Copy the attached code snippet into a .BAS Module in Outlooks VBAProject.OTM . The code is simple and has just one Public Sub you need to call, Copy_Email_Contents.
Eisiest to add this as a toolbar button so you can just click on the email you want to process and then click on the toolbar button.
Any questions ask away.
Neil.
Select allOpen in new window