Hello. I have been trying to develop a simple code in Excel 2007 that creates a pop-up message when any cell within a range (i.e. D13:D25) contains the substring "ggg". I have tried to do this indirectly with a formula in another cell i.e. G13 (=IF(ISERROR(SEARCH("g100",D13,1) ),"", 1) and having the code look in G13 for the value 1 to activate the popup window. This seems indirect and only works for the first cell in the range, not the whole range. Additionally, the message keeps appearing every time another cell has text entered which is not desired. Any thoughts? Thanks in advance.