Find any 'D' and replace with 'P'

  • Thread starter Thread starter Teak
  • Start date Start date
T

Teak

Hi,
I have a list of 8-letters code such as 'TCGDxxxx' or 'TDADxxxx' etc
I need to replace any Ds with Ps.
My problem is D can be found in any position.
How to do this?
 
Teak said:
I have a list of 8-letters code such as 'TCGDxxxx' or 'TDADxxxx' etc
I need to replace any Ds with Ps.
My problem is D can be found in any position.
How to do this?

Edit > Replace finding D and replacing it with P?
 
Back
Top