Thread: VB Find
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default VB Find

see the example code in Excel VBA help on the Find method.

or turn on the macro recorder, then do Edit=Find

--
Regards,
Tom Ogilvy

"Michael Kintner" wrote in message
...
How can I do a find within a range in VB and return the cell location of
that find?

Thanks in advance for your help?

Mike