This is the code i use:
[I[/I]![]()
Please Login or Register to view this content.
It selects similar values from column A from these sheets, and puts it into results sheet. In addition to this, what I need is to pick up the whole row from the sheet "Second". I have tried adding
Worksheets("second").Range(d).EntireRow.Select
after looking for similar values, but this causes error. I also need to pick up one more value from sheet "first" and add it to the last column in "results" sheet, but this is secondary problem..
Bookmarks