View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
todd todd is offline
external usenet poster
 
Posts: 48
Default Rows.Find question

Is there a way to Use Rows.Find to find the row with 3
different values? Something like:

Rows.Find (NewWidth) & (NewLength) & (NewThick)...?

NewWidth will always be in Column B
NewLength will always be in Column C
NewThick will always be in Column D

Then I need to select the cell in Column A of the row that
is found.

Sorry for the re-post in this, just hit a major snag that
I need to get through.

Thanks for all your help,

Todd