View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rtos[_2_] rtos[_2_] is offline
external usenet poster
 
Posts: 3
Default how to find row with a given value in a column

Hello ,
I am trying to do following in vba

name value
a 1
b 2
c 3

I know the name value , how do I find whats the row number where the
name='a'.

thx
ray