Sorry if this has been answered, I have looked through the threads and didn't rally find what I needed.
I need to structure a find and replace statement that will find the following...
<UnscrambledDriverLicenseNumber>DS156DS676564</UnscrambledDriverLicenseNumber>
and replace it with...
<UnscrambledDriverLicenseNumber></UnscrambledDriverLicenseNumber>
the issue is, the number I show above, DS156DS676564, will never be the same as it can be a Drivers License from any state so it will never be the same format/sequence of letters and numbers. Basically I want to repalce everything between the "r>" and the "</"
I am willing to do this with a simple macro or VBS if required.
I need to structure a find and replace statement that will find the following...
<UnscrambledDriverLicenseNumber>DS156DS676564</UnscrambledDriverLicenseNumber>
and replace it with...
<UnscrambledDriverLicenseNumber></UnscrambledDriverLicenseNumber>
the issue is, the number I show above, DS156DS676564, will never be the same as it can be a Drivers License from any state so it will never be the same format/sequence of letters and numbers. Basically I want to repalce everything between the "r>" and the "</"
I am willing to do this with a simple macro or VBS if required.