A few things = the value for row is negative so source.row - row (postive minus a negative number) will always be greater than zero so
Otherwise you will try to get the value of a cell with a row number = 0
Secondly Source will never be Nothing so change
Your whole code should be
It is an around about way of doing what you are after (finding the word "Hi") in a column. Another way would be
Hope this helps. 
Anthony
“Confidence never comes from having all the answers; it comes from being open to all the questions.”
PS: Remember to mark your questions as Solved once you are satisfied and rate the answer(s) questions.”
Bookmarks