C
cecilia12345
i have this conditional sentence
If Cells(NumFilas, 2).Value <> "NAFF" Or Cells(NumFilas, 2).Value <
"NEQ" _
Or Cells(NumFilas, 2).Value <> "IBR" Then
.....
end if
however, the conditions are ignored when the program is running...
why
If Cells(NumFilas, 2).Value <> "NAFF" Or Cells(NumFilas, 2).Value <
"NEQ" _
Or Cells(NumFilas, 2).Value <> "IBR" Then
.....
end if
however, the conditions are ignored when the program is running...
why