Hi Guys,
Suppose I have a list on text that I want to replace a specific part of it with something.
Column A
11346 XZ Alpha
91970 XZ Alpha
113974 YP Alpha
1135 YP Alpha
99786 XY Alpha
99786 XY
from XZ to ZZ
from YP to MS
from XY to JA
In my current code, I recorded a find/replace code.
What I desire to accomplish is for it to replace those codes in the middle or even if the word "Alpha" is not present, I still want to replace the "XY". I have hundreds of this code, but I just need to have a sample how can I code this?
Thanks!
Suppose I have a list on text that I want to replace a specific part of it with something.
Column A
11346 XZ Alpha
91970 XZ Alpha
113974 YP Alpha
1135 YP Alpha
99786 XY Alpha
99786 XY
from XZ to ZZ
from YP to MS
from XY to JA
In my current code, I recorded a find/replace code.
What I desire to accomplish is for it to replace those codes in the middle or even if the word "Alpha" is not present, I still want to replace the "XY". I have hundreds of this code, but I just need to have a sample how can I code this?
Thanks!