Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using Excel 2000 and have the following code:
With Worksheets("Data Lists").Range(WorkRange) Set MyEdit = Cells.Find(AccCode, , xlValues, xlWhole, xlByColumns) End With This does find the AccCode in the WorkRange BUT it also finds the AccCode outside the WorkRange. Why? How can I stop that? Sue |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding the corresponding value in a range? | Excel Worksheet Functions | |||
finding a value between a range | Excel Worksheet Functions | |||
Finding the End of a Range | Excel Programming | |||
Finding a value associated with a range | Excel Worksheet Functions | |||
finding name within range | Excel Worksheet Functions |