View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Angeles Angeles is offline
external usenet poster
 
Posts: 33
Default Look for values into Ranges

Hi , I am using this formula for getting the last row with values

ws.Cells(Rows.count, rng.Column).End(xlUp).row

Now how can I look for some value in that range ?

Thank you in advance.