View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default Determining Row number where two conditions match

I have about 50 read only workbooks and I want to find the row number where
the following condition matches:

Value in column A = "VAL A"
Value in column B = "VAL B"

This is unique in each workbook. Can this be done with VBA?

Thanks,
Barb Reinhardt