Quote Originally Posted by DataMiser View Post
Simply dim a boolean variable at the top of your code which will be false by default.

In your search routine set this variable to True if a match is found
At the bottom after the search loop is complete check the value of the variable and if false show your message
I tried that but it didn't work. Can you please give me the code for it..... I would greatly appreciate the help!!!