In Word's find-and-replace dialog, ^p will find the end of a paragraph and ^# will find any digit.
Assuming that combination doesn't occur in the text you want, and assuming the page numbering does not exceed 999:
find ^p^#^#^#
replace ^p
find ^p^#^#
replace ^p
find ^p^#
replace ^p
should strip 'em out!
|