Replace the line
Application.GoTo Reference:=Worksheets(1).Range("E" & ActiveCell.Row)
with this.

Application.GoTo Reference:=ActiveCell.Offset(, 3)