Escaping the '*' Character

D

Dennis

I made a macro to do a lot of different FIND AND REPLACES. One of the
instances I'm replacing is the * but it's reckognized like the Windows
wildcard. What is used to mark this an actual * ? I tried the \* which works
in some PERL but didn't in VBA.

Dennis
 
Top