D
Dan E
I want to test for something like this -
If Cells (oRow.Row, "AT").Value = "1" OR "2" OR "3" Then
Cells(oRow.Row, "BA").Value = 0
ElseIf....
buy am unclear how to express the OR conditions in VBA.
All help gratefully received and acknowledged!
TIA,
Dan
If Cells (oRow.Row, "AT").Value = "1" OR "2" OR "3" Then
Cells(oRow.Row, "BA").Value = 0
ElseIf....
buy am unclear how to express the OR conditions in VBA.
All help gratefully received and acknowledged!
TIA,
Dan