View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jcc31[_6_] jcc31[_6_] is offline
external usenet poster
 
Posts: 1
Default Find and Replace


Hi,
Can someone check my code here. It works on Excel 2003 but it will no
work on Excel 2000. Any clues?


Columns("P:P").Select
Selection.replace What:="-", Replacement:="", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _
ReplaceFormat:=False



Thanks in advanc

--
jcc3
-----------------------------------------------------------------------
jcc31's Profile: http://www.excelforum.com/member.php...fo&userid=2469
View this thread: http://www.excelforum.com/showthread.php?threadid=49108