View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
gabe gabe is offline
external usenet poster
 
Posts: 39
Default Find a Cell Value

Hello,

I'm just trying to find a cell value from one sheet to another. On Sheet1, I
want say "B11" to be what I'm looking for. On Sheet2, I need it to search
through say "C1:C5001" and have it select the first one it finds. How would I
go about doing that?

Thanks