View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Shinichi Shinichi is offline
external usenet poster
 
Posts: 4
Default Find method example

Hi All!

I need to find out if certain names exist in Worksheets
("Data").Range("A1:A300") in my application.
It should give boolean answer True or False.

So I would like to use "Find method" but I could not find
much answer in help file or MSDN library.

Can anyone tell me how to use find method please?

Thanks in advance,
Shinichi