View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cereldine[_42_] cereldine[_42_] is offline
external usenet poster
 
Posts: 1
Default Correct find syntax


Hi, ive used find a lot in the past in the following wa
cells.find("WHat i want")
I'm not sure how to use the after part of the clause? Ive bee tryin
following with no joy, can someone shed some light as its not covere
in help file

cells.find("receipts", after:=C5)
cells.find("receipts",after:="C5")
cells.find("receipts",C5)

My code breaks for of these and i really don't want to start the fin
in the top left corne

--
cereldin
-----------------------------------------------------------------------
cereldine's Profile: http://www.excelforum.com/member.php...fo&userid=3206
View this thread: http://www.excelforum.com/showthread.php?threadid=55850