Is it possible to search for the "?" character

  • Thread starter Thread starter Ian
  • Start date Start date
I

Ian

Is there a way of searching the cells in a worksheet for the actual
character "?" since I don't want to use it as a wildcard but actually
search for the character itself within cells

Thanks in advance.
 
Precede it with a tilde:
~?

Same would pertain to other wildcard:
~*
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

Is there a way of searching the cells in a worksheet for the actual
character "?" since I don't want to use it as a wildcard but actually
search for the character itself within cells

Thanks in advance.
 
And for that escape character, too.

~~
to search for just
~
(just to be complete.)
 
Back
Top