View Single Post
  #1  
Old November 11th, 2009, 03:22 AM posted to microsoft.public.excel.misc
pda
external usenet poster
 
Posts: 4
Default Replace with wildcards

How do I replace is a list of dates such as "1999" with sp1999 using the
wildcare "*"? When I use the wildcard "*" and try to replace * with sp* the
result is "sp*" instead of the desired "sp1999"

Excell finds 1999 ok using *, but the replacement doesn't work right.

Thanks,