I am in need of some help to do this in VBA.
I have a range of values in a Workbook1.Sheet1.F2:F1048576.
I wish to check if any of these values appears in a second range in Workbook2.Sheet1.A2:A1048576.
(The actual length of each of both ranges will vary, hence why I've used the full length of the Spreadsheet).
If found, return the found value (activecell.value) to a named cell reference (called "Con_no") in Workbook2.
Thanks
I have a range of values in a Workbook1.Sheet1.F2:F1048576.
I wish to check if any of these values appears in a second range in Workbook2.Sheet1.A2:A1048576.
(The actual length of each of both ranges will vary, hence why I've used the full length of the Spreadsheet).
If found, return the found value (activecell.value) to a named cell reference (called "Con_no") in Workbook2.
Thanks