View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alan Beban[_3_] Alan Beban[_3_] is offline
external usenet poster
 
Posts: 130
Default Search for a value in a column

Use the Find method.

Alan Beban

Terence wrote:
Hi,

In my macro program, I would like to write a code to
search for a specific value in a column. I used the
sequential search row by row before but this is quite not
efficient. I believe that there is such search function.
Anyone knows?
Thanks a lot.

Terence