Don't quite understand the logic behind your situation, but nonetheless this would isolate the desired characters, regardless of their position in the string.
From the debug (immediate) window:
Code:
x = "DLYBND, GAD, AD"
? mid(x, instr(x, "AD"), 2)
AD