View Single Post
 
Old 12-05-2014, 04:14 AM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

What did the error message say?
The only unusual thing I can see is that the code you pasted has:
Do While Not IsNumeric(.Paragraphs.Last.Next.Range.Characters.F irst)
instead of:
Do While Not IsNumeric(.Paragraphs.Last.Next.Range.Characters.First)
This code has not been changed.

As for:
Quote:
AND
What must I change if the document as not a HOOFDSTUK. 1 or 1e HOOFDSTUK
BUT
HAS INSTEAD OF CHAPTER THE WORD PSALM 1. AND PSALM 2. etc.
there is probably very little that needs changing, though I'd need an actual document with some Psalms to test with.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote