Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am searching a column of Cells formatted
as "XX"0, "YY"0, etc. If the Cells' Value property is "23" the Cells' Text property is "XX23". Can Range.Find() compare its 'What' parameter against a Cells' Text property? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I doubt it, but why not just search for 23. If you want cells specifically
formatted that way, then you could check the numberformat property of each cell found and continue to search until you found 23 with that numberformat. -- Regards, Tom Ogilvy clarence_rollins wrote in message ... I am searching a column of Cells formatted as "XX"0, "YY"0, etc. If the Cells' Value property is "23" the Cells' Text property is "XX23". Can Range.Find() compare its 'What' parameter against a Cells' Text property? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I suppose you already visited Help:
LookIn Optional Variant. Can be one of the following XlFindLookIn constants: xlFormulas, xlValues, or xlComments Looks like you'll have to walk it. On Sun, 24 Aug 2003 14:02:00 -0700, "clarence_rollins" wrote: I am searching a column of Cells formatted as "XX"0, "YY"0, etc. If the Cells' Value property is "23" the Cells' Text property is "XX23". Can Range.Find() compare its 'What' parameter against a Cells' Text property? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Search range, find value in another col in corresponding row | Excel Discussion (Misc queries) | |||
File Property Keyword Search | Excel Discussion (Misc queries) | |||
Search, find or lookup defined text in text string | Excel Worksheet Functions | |||
How to find text in a range of cells? | Excel Discussion (Misc queries) | |||
Search range of cells, find a value, output adjoining cell. How? | Excel Worksheet Functions |