You want to find the value that's in TextBox three among ALL the cells in C2:F21 (ie. all columns and all rows of that range)?

ps.
.Find will search hidden cells if you use LookIn:=xlFormulas, assuming there are no formulas, that is.