colbyhynes
Programmer
Hi All!
I understand the meaning of a type mismatch error ( runtime error 13 ) however I'm not sure what the problem is here...
I've got one line of code that runs with no problems:
ElseIf (Check = "Com") Or (Check = "COM") Or (Check = "HRP") Or (Check = "HIG") Or (Check = "PWR") Or (Check = "COM") Or (Check = "POW") And (Range("H" & Count) = "REL") Then...
But then this line of code will not run:
ElseIf (Check = "Mis") Or (Check = "MIS") And (Range("H" & Count) = "REL") And (Range("I" & Count) <> "MISSI & NOTIGI SECURITY UPGRADE") And (Range("I" & Count) <> "Missing") Then...
Any ideas or input? Greatly Appreciated! Thank you!
I understand the meaning of a type mismatch error ( runtime error 13 ) however I'm not sure what the problem is here...
I've got one line of code that runs with no problems:
ElseIf (Check = "Com") Or (Check = "COM") Or (Check = "HRP") Or (Check = "HIG") Or (Check = "PWR") Or (Check = "COM") Or (Check = "POW") And (Range("H" & Count) = "REL") Then...
But then this line of code will not run:
ElseIf (Check = "Mis") Or (Check = "MIS") And (Range("H" & Count) = "REL") And (Range("I" & Count) <> "MISSI & NOTIGI SECURITY UPGRADE") And (Range("I" & Count) <> "Missing") Then...
Any ideas or input? Greatly Appreciated! Thank you!