View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Betsy Jones Betsy Jones is offline
external usenet poster
 
Posts: 2
Default Finding data in a Range / Returning Cell Location

I have set a Range in Worksheet2 called Master_Rate. From
within my VBA code I need to be able to locate the cell in
that range that contains a specific value and then return
the cell reference.

I have tried using the Find Method but am not gettng the
results I expected.

Thanks for any help

Betsy