Problem with a search
- From: funkymonkUK <funkymonkUK.1povyb_1117195507.7376@xxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 27 May 2005 06:33:40 -0500
Hi I have the below code which searches a selection for the word
download however it keeps on saying it cannot find it. Any ideas, I
know it is in there as the select is not big at present but will be
quiet huge in future.
Range("A6").Select
Selection.CurrentRegion.Select
Set exportfind = cell.Find(What:="Download", After:=Range("a6"),
LookIn:=xlValues, LookAt _
:=xlWhole, SearchOrder:=xlByRows, SearchDirection:=xlNext,
MatchCase:= _
False)
Regards
--
funkymonkUK
------------------------------------------------------------------------
funkymonkUK's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=18135
View this thread: http://www.excelforum.com/showthread.php?threadid=374500
.
- Follow-Ups:
- Re: Problem with a search
- From: Tom Ogilvy
- Re: Problem with a search
- Prev by Date: Re: Printing question
- Next by Date: RE: Random Ltters and Numbers
- Previous by thread: find changes in a cell range, copy changes to another workbook
- Next by thread: Re: Problem with a search
- Index(es):
Relevant Pages
|