View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Hash@example.org is offline
external usenet poster
 
Posts: 24
Default Capturing Row of Selection.Find?

Gang -

How do I capture the row of a successful Selection.Find?

I did find out that Selection.Find returns -1. What's that mean?

And how would I do this without making a selection? The macro recorder
doesn't help there. I ended up using a "For each cell" loop looking for
an equality and incrementing/capturing a counter.


Thanks in advance.

....best, Michael