Re: moving characters around in a word doc by Helmut
Helmut
Wed Sep 19 09:44:39 CDT 2007
Hi Omatase,
what kind of Word doc? Simple, complicated, long, short?
Dozens of tables, textboxes, cross references, pictures,
paragraph styles, character styles?
What do you mean by manipulate characters
or move them around?
Except with the mouse, which could be used to
move the selection to another place, IMHO,
characters can't be moved at all.
You can cut and paste,
or set the text of a range of a character
to the text of a range of another character...
One way could be, to save the doc as xml
and process the xml-code.
Or read all the document's text in a string
and process the string, which will ruin most
of the formatting.
Hard to give a better advice without further information.
--
Gruß
Helmut Weber, MVP WordVBA
"red.sys" & chr$(64) & "t-online.de"
Win XP, Office 2003 (US-Versions)