View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
WDP[_2_] WDP[_2_] is offline
external usenet poster
 
Posts: 2
Default Macro search replace question

We're trying to eliminate all occurances of 4 numbers followed by a colon
and a space (1234: ) in the begining of the string. We've tried find("????:
", A1) but it finds everything.

Does anyone know a simple way ???

Bill