I am trying to write a code to "find" the value in a cell, for this example we will say cell A2, in a table on the same worksheet. So if the table is in range A5:F50 and I want to "Find" the value in cell A2 in that range and then leave the cursor on that cell once it's found how can I do that? I have tried using the VBA help but it does a find and replace, i just want to find and go to that cell. Any suggestions are greatly appreciated.