Thread
:
Help with Search and Replace
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett[_4_]
external usenet poster
Posts: 2,337
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
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]