F
fracture
I have a relatively simple macro where the user supplies two cel
ranges, the cell data of which is then compared between the two range
and any unique values from either range reported on.
What I'm trying to do is correlate the original column and row with th
unique cell that has been identified.
The macro captures the row and column counts and has a simple for nex
loop to check each cell within the two ranges. Therefore I can repor
on the column and row value 'within' the range itself but not th
actual column and row.
For example if one supplied range was D10:E20 and if cell E10 wa
identified as unique it captures this as 1,2. How can I reference thi
against the original range so it will report as D10?
Thanks in advance and forgive my ignorance
ranges, the cell data of which is then compared between the two range
and any unique values from either range reported on.
What I'm trying to do is correlate the original column and row with th
unique cell that has been identified.
The macro captures the row and column counts and has a simple for nex
loop to check each cell within the two ranges. Therefore I can repor
on the column and row value 'within' the range itself but not th
actual column and row.
For example if one supplied range was D10:E20 and if cell E10 wa
identified as unique it captures this as 1,2. How can I reference thi
against the original range so it will report as D10?
Thanks in advance and forgive my ignorance