Ralf,
Do you want to retain the automatic numbering capability?
Did you read about lists here?:
<http://www.shaunakelly.com/word/numbering/OutlineNumbering.html>
Especially:
3.2 How to change the indenting or numbering of your headings
If you need VBA code, you could record a macro while doing what Shauna tells
you and modify the recorded code.
Look at these webpages, too.
<http://www.word.mvps.org/FAQs/Numbering/WordsNumberingExplained.htm>
<http://word.mvps.org/faqs/numbering/ListRestartMethods.htm>
Are you willing to destroy any automatic numbering capability and just
rewrite over the old numbers?
Then see this webpage, too:
<http://word.mvps.org/faqs/numbering/liststring.htm>
This will convert automatic numbering to text for whatever Word story range
you are in.
Selection.WholeStory
Selection.Range.ListFormat.ConvertNumbersToText
Or for the main story range.
ActiveDocument.Range.ListFormat.ConvertNumbersToText
> I get ready documents and i like to create one QE - Code that only
> changes the list-assignment. No Changes at any Format etc.
[quoted text clipped - 24 lines]
>
> Ralf...

Signature
Russ
drsmN0SPAMikleAThotmailD0Tcom.INVALID