Hello all,
I use below code to select header by name "XYZ".
Few times it gets changed to "XYZA".
I need "Application.Match" code to select either of these header whichever is available, Like Application.Match("XYZ" or "XYZA").
How best i can modify it..?