View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Glen Mettler[_4_] Glen Mettler[_4_] is offline
external usenet poster
 
Posts: 70
Default Row from test value

I need to capture the row of a selected text value. ie:
LM is the text value in A1 of sheet1
I need to lookup LM in column F of sheet2 and capture the row.

I need to do that with code. How can I do it?

Glen