Re: Plain Text Paste Macro

Subject: Re: Plain Text Paste Macro
From: "Edgar D' Souza" <edgar -dot- b -dot- dsouza -at- gmail -dot- com>
To: "J. Paul Kent" <jopakent -at- comcast -dot- net>
Date: Sat, 17 Feb 2007 07:29:33 +0530

Does this work for you?
Sub PasteText()
Selection.PasteSpecial , , , wdPasteText
End Sub

Ed.

On 2/17/07, J. Paul Kent <jopakent -at- comcast -dot- net> wrote:

I recorded the following macro cuz I was trying to save a keystroke or two.
I very frequently copy text from somewhere and need to paste it into a
document as plain text. Generally I use Alt-E-S to bring up the paste
special dialog, but then I have to select plain text to get it to insert
without any formatting.

So I recorded myself doing that, but that last step didn't seem to record.
When I execute the macro, the text comes in with it's native formatting.

Any suggestions?

Sub PastePlain()
'
' PastePlain Macro
' Macro recorded 2/16/2007 by Paul Kent
'
Selection.PasteAndFormat (wdPasteDefault)
End Sub
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Create HTML or Microsoft Word content and convert to Help file formats or printed documentation. Features include single source authoring, team authoring,
Web-based technology, and PDF output. http://www.DocToHelp.com/TechwrlList

Now shipping: Help &amp; Manual 4 with RoboHelp(r) import! New editor,
full Unicode support. Create help files, web-based help and PDF in up
to 106 languages with Help &amp; Manual: http://www.helpandmanual.com

---
You are currently subscribed to TECHWR-L as archive -at- infoinfocus -dot- com -dot-
To unsubscribe send a blank email to techwr-l-unsubscribe -at- lists -dot- techwr-l -dot- com
or visit http://lists.techwr-l.com/mailman/options/techwr-l/archive%40infoinfocus.com


To subscribe, send a blank email to techwr-l-join -at- lists -dot- techwr-l -dot- com

Send administrative questions to admin -at- techwr-l -dot- com -dot- Visit
http://www.techwr-l.com/techwhirl/ for more resources and info.


References:
RE: Text only documents: From: Gordon McLean
Plain Text Paste Macro: From: J. Paul Kent

Previous by Author: Re: Text only documents
Next by Author: Re: PDF from RoboHelp HTML
Previous by Thread: Plain Text Paste Macro
Next by Thread: RE: Plain Text Paste Macro


What this post helpful? Share it with friends and colleagues:


Sponsored Ads