Re: adapting the findnext function
- From: "Tom Ogilvy" <twogilvy@xxxxxxx>
- Date: Tue, 2 Aug 2005 12:18:00 -0400
LookIn:=xlValues, LookAt:=xlWhole
Lookin:=xlValues
says to look at what the formula produces and not at the formula itself.
Lookat:=xlWhole means the match must be to the whole value of the cell.
if you used xlpart, it would match "and" to "Sand" for example
--
Regards,
Tom Ogilvy
"chrisrowe_cr" <chrisrowe_cr.1t56yo_1122995160.4079@xxxxxxxxxxxxxxxxxxxxx>
wrote in message
news:chrisrowe_cr.1t56yo_1122995160.4079@xxxxxxxxxxxxxxxxxxxxxxxx
>
> hmm,
>
> I tried this and woohoo it does work only it doesnt work...
>
> I figured out why tho, the values I want to format are all being pulled
> in via a lookup, is there anyway to make excel think they are just there
> and not part of a formula?
>
>
> --
> chrisrowe_cr
> ------------------------------------------------------------------------
> chrisrowe_cr's Profile:
http://www.excelforum.com/member.php?action=getinfo&userid=25220
> View this thread: http://www.excelforum.com/showthread.php?threadid=392077
>
.
- Follow-Ups:
- Re: adapting the findnext function
- From: Norman Jones
- Re: adapting the findnext function
- References:
- adapting the findnext function
- From: chrisrowe_cr
- Re: adapting the findnext function
- From: Norman Jones
- Re: adapting the findnext function
- From: Norman Jones
- Re: adapting the findnext function
- From: chrisrowe_cr
- adapting the findnext function
- Prev by Date: Re: Debug.Print "Test " vbCodeLineNumber & ": " & varName
- Next by Date: Re: Changing icon
- Previous by thread: Re: adapting the findnext function
- Next by thread: Re: adapting the findnext function
- Index(es):
Relevant Pages
|