Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Looking a little closer at your code it should probably be:
Set rngTemp = rngCol1.Find("Party Name:", rngCol1(1), _ xlValues, xlPart, xlByRows,xlNext, False) -- Regards, Tom Ogilvy "JonWayne" wrote in message . .. I get the error, "Unable to get the Find property of the Range class", whenever I use the Find method in Excel VBA. This is my usage: Set rngTemp = rngCol1.Find("Party Name:", "A1", xlValues, xlPart, xlByRows, xlNext, False) Any ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find Method problem in Excel VBA.... | Excel Worksheet Functions | |||
How to find method to cut steel coil by using excel. | Excel Worksheet Functions | |||
Using Find method in Excel passing more than 1 parameter | Excel Programming | |||
Find method | Excel Programming | |||
find method? | Excel Programming |