TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
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...
>
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-
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-