Hello all,
I was looking for some help to tweak the code posted by Trebor76 several years ago in this thread:
It is very close to what I am trying to accomplish now but there is something going on on line 21?
and I get a runtime error 13 type mismatch, which I imagine is because Trebor76's code is specifically looking for numeric values, whereas in search&match that I have, my table also contains non-numeric values (I guess I can call it strings).
A quick read of the thread above plus a screenshot of what I am trying to do, maybe helps the readers understand the task:
Any help would be appreciated!
Cheers,
G
I was looking for some help to tweak the code posted by Trebor76 several years ago in this thread:
VBA to copy row to another worksheet if cell value is found in a list
I have 3 worksheets in a workbook: "Source" - contains a 2-column list, first column are numbers (integer) and are all unique (i.e. no 2 rows with the same value), and 2nd column is a name (irrelevant in this exercise) "Data" - contains a table with multiple columns, first column is a number...
www.mrexcel.com
It is very close to what I am trying to accomplish now but there is something going on on line 21?
and I get a runtime error 13 type mismatch, which I imagine is because Trebor76's code is specifically looking for numeric values, whereas in search&match that I have, my table also contains non-numeric values (I guess I can call it strings).
A quick read of the thread above plus a screenshot of what I am trying to do, maybe helps the readers understand the task:
Any help would be appreciated!
Cheers,
G