View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JonWayne JonWayne is offline
external usenet poster
 
Posts: 1
Default Excel Find Method

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?