I am running Excel 2010 and writing code for Excel 2007 and 2003 users.
I want to find if a value exists in Column D. The value is: **FAIL** (including the astericks).
If it does exist, I want a "WARNING" message box to appear. If not, I want to continue with the rest of the macro.
I tried using the Selection.Find method, but I do not know how to proceed if the value is found.
Can someone help me with this?
Thank you,
Charles (Lidsavr)
I want to find if a value exists in Column D. The value is: **FAIL** (including the astericks).
If it does exist, I want a "WARNING" message box to appear. If not, I want to continue with the rest of the macro.
I tried using the Selection.Find method, but I do not know how to proceed if the value is found.
Can someone help me with this?
Thank you,
Charles (Lidsavr)