You could do this with a wildcard Find/Replace, where:
Find = ([0][13579] [0-9]{2} )[0-9]{4}
Replace = \1.1
or, if the (01, 03, 05, etc) can continue on (e.g. 11, 13, 15, etc., up to 99):
Find = ([0-9][13579] [0-9]{2} )[0-9]{4}
Replace = \1.1
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|