I need to be able to select and copy and email, then paste it into a textbox (Sharepoint multi-line extended field). It messes things up when you do this directly since emails have a ton of html in them. How do I copy and then paste the text only?

link|improve this question

Is there a "paste as plain text" option in Sharepoint? – ChrisF Aug 19 '10 at 22:11
@ChrisF, I haven't found it yet, but it looks like my real problem may be deeper. – Lance Roberts Aug 19 '10 at 22:53
is there no Paste Special in Sharepoint? – Zach Aug 18 '11 at 0:28
feedback

2 Answers

up vote 4 down vote accepted

What I usually do is paste the text into notepad then copy it again before pasting it elsewhere. That should also remove any font styles and colors applied to the text.

link|improve this answer
1  
This is the poor man's solution but it WORKS. – Shinrai Aug 19 '10 at 22:40
feedback

As mentioned above, you can use Notepad as a middleman for the text, or if you run Windows and you need to do this a lot, it may be easier to download a program called PureText that does the same thing.

There are nearly a million other of these scripts, but PureText seems to be the most configurable and GUI-hugging.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.