Thanks for your replies 
Oh, yes. I'm sorry. Reading my post back now I see I've made myself not clear at all.
I have two worksheets I'd like to match up the rows of. (Add rows in the shorter list)
To do that I've set up a 3rd worksheets which compares them. When the comparison returns FALSE, I'd like to get the current row, switch to the relevant worksheet, and go to the relevant row.
So, I've added a column with =row()... and for the rest see my first post.
I've tried your code a bit. But I haven't yet gotten it to work. I also need to go to a different worksheet
------------------------------------------------------------------------------------
EDIT1:
By the way, I am able to compare the two worksheet from a technique someone on this forum taught me a while ago: =INDIRECT("'[Test.xls]Sheet 1'!D"&ROW())
The third worksheet is basically two columns that reference the two worksheets via this INDIRECT method, and a third column that has =EXACT(A3,B3) (comparing the two). I've now added the =ROW() column.
The INDIRECT method references the cells I need to jump to. Maybe that can be part of an easy solution?
--------------------------------------------------------------------------------------
EDIT2:
When pasting into the GoTo dialogue box, Excel pastes the value, so I can simplify this faulty code to:
I've tried using 6StringJazzer's code, but my VBA skills are nonexistent.
Bookmarks