私のコードのこの行は私に与えます: エラー 13: タイプの不一致 "nd" ステートメントを "or" で結合するにはどうすればよいですか? 例: a または b または c または (d と e) または (f と g) の場合
ここにコードがあります
If (cell.Value) = "FTV1" _
Or (cell.Value) = "FTV2" _
Or (cell.Value) = "FTV3" _
Or (cell.Value) = "FTV4" _
Or (cell.Value) = "FTV5" _
Or (cell.Value) = "ISTCR" _
Or (cell.Value) = "CAST" _
Or (cell.Value) = "Rig" _
Or (cell.Value) > 50000 And (cell.Value) < 52000 _
Or (cell.Value) > 55000 And (cell.Value) < 56000 Then
前もって感謝します