In all honesty, I don't really understand what you are trying to do. That said, it sounds as though you need a Worksheet Change event monitoring column E for the "certain text". In a Worksheet Change event, the cell being changed is the "Target". So, you would test the "Target.Value" against the "certain text" and then use:
![]()
Cells(Target.Row+1, 1).Select
Regards, TMS
Bookmarks