You could do this with a wildcard Find/Replace, where:
Find = ([0-9])^13
Replace = \1^t
No code required.
Note: the above inserts a TAB after the time. If you'd prefer a space, replace the ^t with a space character.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|