Two suggestions, depending really on whether this is a one-off or an ongoing
requirement.
For a delta document that keeps 'in step' with the master, Maintain the
master with the proposed 'deleted' chapters with hidden font. When you print
or display without hidden text, the numbering and the contents will show
only the unhidden sections. In Word XP the numbering will however reflect
the hidden text numbering. When you want the full document text, take the
option to print hidden text, or run a macro to remove the hidden attribute
(don't save, or do this on a copy to maintain the original marking).
Alternatively, take a copy of your master document and convert the numbers
to text before editing. You can do this by typing
ActiveDocument.ConvertNumbersToText
in the immediate window (Alt-F11 Ctrl-G).

Signature
Margaret Aldis - Microsoft Word MVP
Syntagma partnership site: http://www.syntagma.co.uk
Word MVP FAQ site: http://www.mvps.org/word
> I have one document word XP :
> A master document with many chapters and nice chapter numbering in 4 levels
[quoted text clipped - 15 lines]
>
> - jef
Jef Eekhoorn - 28 Oct 2003 20:02 GMT
ActiveDocument.ConvertNumbersToText
in the immediate window (Alt-F11 Ctrl-G).
Thanks it worked very fine
)ef
> Two suggestions, depending really on whether this is a one-off or an ongoing
> requirement.
[quoted text clipped - 25 lines]
> >
> > - jef