View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
banavas[_10_] banavas[_10_] is offline
external usenet poster
 
Posts: 1
Default value in the 1st col of a range

Dear Friends,

How can I check whether a value A exists in a range and specially i
the first column of the range?

I cannot figure out how does the rangeL.find() works.

msgbox(rangeL.Find(A)) breaks my code.

At last how can I pass a reference in a function?

ex.

VlookUp(ref, Range, 5, 0)

ref - the reference name of a value.

Thanks,


--
Message posted from http://www.ExcelForum.com