In that case, what I'll be replacing is our company's model numbers based on a value in a control box so, from a data perspective, it would look more like the following:
Replace("PD15-001", "PD15", "PD12")
However, from a vba perspective, I was intending on doing something like this:
Dim...