The wildcard search in question would only affect 8 digit numbers,
which would be your dates.
You could limit it further with
([0-9]{4})[0129]{2}([0-9]{2})
How would you use it?
Open the document
CTRL+H
in the find box copy and paste
([0-9]{4})[0129]{2}([0-9]{2})
in the replace box type
\1\2
Check 'More'
Check the wildcard box
Replace all
If you have other 8 digit numbers that are not dates, send me a
sample of the data (a few records only) to the link on the home page
of my web site.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Wildcard search would still change any other data with 19 or 20 in
the text right.
How would you use it?
Use a wildcard search for
([0-9]{4})[0-9]{2}([0-9]{2})
replace with \1\2
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site
www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Larry wrote:
have a tex file fixed length record trying to import into sql
server won't date convert a mmddyyyy need to delete the 2 columns
in the text file opened in word by using find and replace or some
other method.....anyone know how to group delete on 2 specified
columns? Need to remove the first 2 bytes of the year