Clean, Unformatted Pasting to MS Word (Was: Working with large documents in Word)

Subject: Clean, Unformatted Pasting to MS Word (Was: Working with large documents in Word)
From: "Pinkham, Jim" <Jim -dot- Pinkham -at- voith -dot- com>
To: "Dan Goldstein" <DGoldstein -at- riverainmedical -dot- com>, "TECHWR-L" <techwr-l -at- lists -dot- techwr-l -dot- com>
Date: Thu, 9 Aug 2007 11:10:45 -0500

Looks like a good tool. In a similar vein, I have a Paste Special macro
I wrote for Word and mapped to ALT+P.

Sub Paster()
'
' Pastes unformatted text
' Macro recorded 07/03/04 by Jim Pinkham
'
Selection.PasteSpecial Link:=False, DataType:=wdPasteText,
Placement:= _
wdInLine, DisplayAsIcon:=False
End Sub

If I have something that needs to be cleaned up of errant spaces and the
like, I use the free utility e-cleaner (http://ecleaner.tripod.com/)
first and then do the Paste Special from that application.

FWIW, I have one other simple macro that can restore some sanity to a
melting pot file. In OP's case, it might be best to run it in the source
file (or a copy of the source file) and then do the Paste Special to the
destination file:

Sub ElNormalizer()
'
' ElNormalizer Macro
' Macro recorded 06/02/04 by Jim Pinkham
'
Selection.WholeStory
Selection.Font.Reset
Selection.ParagraphFormat.Reset
Selection.Range.Style = ActiveDocument.Styles(wdStyleNormal)
End Sub

These simple steps work well for me. YMMV.
Jim

-----Original Message-----
From: techwr-l-bounces+jim -dot- pinkham=voith -dot- com -at- lists -dot- techwr-l -dot- com
[mailto:techwr-l-bounces+jim -dot- pinkham=voith -dot- com -at- lists -dot- techwr-l -dot- com] On
Behalf Of Dan Goldstein
Sent: Thursday, August 09, 2007 10:37 AM
To: TECHWR-L
Subject: RE: Working with large documents in Word

> -----Original Message-----
> From: Nancy Allison
> Sent: Thursday, August 09, 2007 11:18 AM
> To: techwr-l -at- lists -dot- techwr-l -dot- com
> Subject: Re: Working with large documents in Word
>
> ... My preferred way to add new text has been to copy it from its
> source file, paste into Notebook, then select and copy the Notebook
> text into my Word file...
>

I know something better than Notepad: http://stevemiller.net/PureText/

PureText is equivalent to the Notepad method -- just easier, faster, and
almost foolproof. My only connection to this freeware is that I'm a
satisfied customer.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Create HTML or Microsoft Word content and convert to Help file formats
or printed documentation. Features include support for Windows Vista &
2007 Microsoft Office, team authoring, plus more.
http://www.DocToHelp.com/TechwrlList

True single source, conditional content, PDF export, modular help.
Help & Manual is the most powerful authoring tool for technical
documentation. Boost your productivity! http://www.helpandmanual.com

---
You are currently subscribed to TECHWR-L as Jim -dot- Pinkham -at- voith -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/jim.pinkham%40voith.c
om


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/ for more resources and info.

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Create HTML or Microsoft Word content and convert to Help file formats or
printed documentation. Features include support for Windows Vista & 2007
Microsoft Office, team authoring, plus more.
http://www.DocToHelp.com/TechwrlList

True single source, conditional content, PDF export, modular help.
Help & Manual is the most powerful authoring tool for technical
documentation. Boost your productivity! http://www.helpandmanual.com

---
You are currently subscribed to TECHWR-L as archive -at- web -dot- techwr-l -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%40web.techwr-l.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/ for more resources and info.


References:
Re: Working with large documents in Word: From: Nancy Allison
RE: Working with large documents in Word: From: Dan Goldstein

Previous by Author: RE: Working with large documents in Word
Next by Author: RE: Page size in Word
Previous by Thread: RE: Working with large documents in Word
Next by Thread: Re: Working with large documents in Word


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


Sponsored Ads