I suggest you check the offending heading. Comment-out or delete:
Application.ScreenUpdating = False
and insert:
Rng.Select
before:
Rng.Text = 10000 + I
With these changes, the code should fail with the problem range selected. I suspect you'll find it's either an empty paragraph or there is something else non-standard about it.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|