Would I be correct in assuming that the Find and .Find method will not find dates example "02/08/2010" which resides in cells that have been formatted with "Centre Across Selection"

I had a bit a code with looked up dates that where in cells which used the formatting "Centre Across Selection" and noted it would not find them using the argument LookIn:=xlvalues but worked with LookIn:=xlFormulas.

So I tried the Excel find tool and noted the same. only when i removed the "Centre Across Selection2 formatting did it find the date using Values / xlvalues.

Is this correct?