H
hemway
I have a series of non-consecutive numbers in a Word document (9, 26,
111, 200, 510, 1001, etc.) I am interested in a macro that will fin
all the numbers in a particular range (1-50) and will insert a numbe
and comma and space in front of it like so (1, 10). This is t
represent a chapter number and the corresponding line number. (I a
building a concordance.)
I am not sure how to specify a range of numbers in the macro so tha
the logic would be "insert a 'number, ' before any numbers in the rang
of 1-50."
Or perhaps I could accomplish this task via wildcards and find an
replace
111, 200, 510, 1001, etc.) I am interested in a macro that will fin
all the numbers in a particular range (1-50) and will insert a numbe
and comma and space in front of it like so (1, 10). This is t
represent a chapter number and the corresponding line number. (I a
building a concordance.)
I am not sure how to specify a range of numbers in the macro so tha
the logic would be "insert a 'number, ' before any numbers in the rang
of 1-50."
Or perhaps I could accomplish this task via wildcards and find an
replace