View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cecilia12345[_9_] cecilia12345[_9_] is offline
external usenet poster
 
Posts: 1
Default Problem with logical sentence

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

--
Message posted from http://www.ExcelForum.com