Hi Excelfox
Thanks for all your help
I managed to find the error.
This should beCode:If InStr(.Range("B10").Value, "MENS SHOES DEPARTMENT") < 0 Then
Code:If InStr(.Range("B10").Value, "MENS SHOES DEPARTMENT") > 0 Then
Hi Excelfox
Thanks for all your help
I managed to find the error.
This should beCode:If InStr(.Range("B10").Value, "MENS SHOES DEPARTMENT") < 0 Then
Code:If InStr(.Range("B10").Value, "MENS SHOES DEPARTMENT") > 0 Then
Bookmarks