I am in process of writing some VBA code to find which column a specific header is in, so that I may further process the contents of that column. Problem is that in many cases, where I am executing this against the Header row ( a defined range), if finds
SOME of the headers and cannot find others.
SO, I thougth I would do an experiment with a simple Match function. Surprisingly, the results were identical to the VBA Code. I believe if I can make the MATCH function work (finding why it is not) then my VBA code will also work.
In the image below, you can see where I have supplied the formula used by each of the cells in Column K, using the associated match formula. Note how looking for "Decom Driver" works, but looking for Coordinator Comments does not. This is exact same behavior
I am seeing when I am searching a Range in my VBA code. How can it POSSIBLY not be finding Coordinator Comments. And note...i have this issue of not being able to be found on about 35% of all the column headers. Others work perfectly.
I have run a CLEAN function and re-pasted the cleaned values into the headers, but no difference, thinking that there may be a spurious character not visible, in the header. But problem persists. Ideas? Seems like some sort of "bug" but I won't assume
that, for now.

Thx!
PK