View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default Help with Search and Replace

Try this to find the position. Look in vba HELP index
instr(

--
Don Guillett
SalesAid Software

"mak" wrote in message
...
Hello,

I am looking for a simple method of searching through a range and

replacing
target specific characters within each cell / piece of data replacing or
deleting them the old value with a new value. The key is that I want to
specify the position of the character within the cell so I do not

overwrite
with the incorrect data.

Thank you very much,
Mark