
Signature
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
Hi Submariner,
the picture of a Word-document, I've made up for me,
is that of a 2-dimensional array,
left to right, like WordCharacter(x, y), where x is the character
and y all kind of information connected with character x.
According to the principle from left to right, it seems,
the crucial part of the information is in the second dimension
of the first character, like:
selection starts here
selection ends there
Still shorter to get the principle:
Selection.Characters.Last.Delete
Selection.Characters.First.Next.Delete
Selection.Characters.First.Delete

Signature
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
Greg Maxey - 08 Oct 2005 21:43 GMT
Helmut,
Your experiment like your general code is so much more succinct than mine
;-)
Your explanation certainly sounds plausible.

Signature
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
> Hi Submariner,
>
[quoted text clipped - 15 lines]
> Selection.Characters.First.Next.Delete
> Selection.Characters.First.Delete