This probly sounds really simple, but I'm stumped. I have a table with a hyperlink on the end of each row. I need the form's function to be dependant on which row the link came from. The hyperlink points to a dummy cell, because I just want it to load a form. Target.Range.Row is the right property as far as I can tell, but all it returns is '2' for the second row, and '3' for all subsequent rows.