stanl
10-25-2006, 12:54 PM
This is not my problem, but if
I have a workbook with 4 sheets. I want to go through sheet 1 and test to see if the value of RowX ColumnY exists in sheets 2 and 3, if so then I want to write the entire row to sheet 4. This would be done all the way down column Y until NULL.
while iterating the values in the cells in sheet1, is there some use of index/match etc.. to compare values in sheets 2,3 rather than poking the values by referencing both sheets via sheet.cells(r,c).value
Hope this makes sense... Stan
I have a workbook with 4 sheets. I want to go through sheet 1 and test to see if the value of RowX ColumnY exists in sheets 2 and 3, if so then I want to write the entire row to sheet 4. This would be done all the way down column Y until NULL.
while iterating the values in the cells in sheet1, is there some use of index/match etc.. to compare values in sheets 2,3 rather than poking the values by referencing both sheets via sheet.cells(r,c).value
Hope this makes sense... Stan