Re: Searching the formula result
From: Tom Ogilvy (twogilvy_at_msn.com)
Date: 02/08/04
- Next message: Tom Ogilvy: "Re: Output to CSV"
- Previous message: Tom Ogilvy: "Re: Do I Need Licence to Develop Excel Tools for Sale?"
- In reply to: Otto Moehrbach: "Searching the formula result"
- Next in thread: Otto Moehrbach: "Re: Searching the formula result"
- Reply: Otto Moehrbach: "Re: Searching the formula result"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 8 Feb 2004 14:22:29 -0500
if you were using find, you would specify Lookin:=xlValues rather than
Lookin:=xlformulas
also, Lookat:=xlwhole or Lookat:=xlPart could play a role.
It is always best to specify the value for all parameters when using find.
Regards,
Tom Ogilvy
Otto Moehrbach <ottomocobia97@bellsouth.net> wrote in message
news:e6k45Gn7DHA.2028@TK2MSFTNGP10.phx.gbl...
> Excel 2003 WinXP
> Programming question:
> I had an interesting problem while helping an OP setup a spread***. I
had
> a list of names in Column A, say Tom, ***, Harry.
> I then had a row range, say B1:D1. Each of these latter cells had a
> formula to bring the names in the first list. The formulas were simply
> "=A1", "=A2", etc, and displayed Tom, ***, & Harry.
> The task I had was to search the latter cells for a name in the first
> list. I found that I couldn't search for the name because the latter
cells
> didn't contain names, they contained only formulas.
> I solved my problem by searching for the cell address (.address(0,0))
of
> the name in the first list. That worked.
> My question: Is there a better way of searching for a name in a list
> that has only formulas that result in the names?
> Thanks for your help. Otto
>
>
- Next message: Tom Ogilvy: "Re: Output to CSV"
- Previous message: Tom Ogilvy: "Re: Do I Need Licence to Develop Excel Tools for Sale?"
- In reply to: Otto Moehrbach: "Searching the formula result"
- Next in thread: Otto Moehrbach: "Re: Searching the formula result"
- Reply: Otto Moehrbach: "Re: Searching the formula result"
- Messages sorted by: [ date ] [ thread ]