View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pikapika13[_10_] pikapika13[_10_] is offline
external usenet poster
 
Posts: 1
Default I said "Keep this text! Not a date!"


I have a column formatted as text. I have data that looks like this: "
through 5" or "2 through 14". My macro does a find and replace:

Range("D2:D100").Replace _
What:=" through ", Replacement:="-"

My result is not what I want; it gives me dates. Desired outputs ar
"1-5" or "2-14".

What do I need to do to accomplish this

--
pikapika1
-----------------------------------------------------------------------
pikapika13's Profile: http://www.excelforum.com/member.php...fo&userid=1089
View this thread: http://www.excelforum.com/showthread.php?threadid=55617