View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
neka neka is offline
external usenet poster
 
Posts: 2
Default Searching a row one cell after another

Hello,
Please I'm writing a macro that is suppose to search a worksheet and find a
specific cell in a row that matches what the user enter in the search box.
Once the data matches a cell on a row then I want to perform another search
on the column that corresponds to the row.
So first a horzontal search on the row to find matching cell and then a
vertical search on the column to find another matching cell