这行代码给了我: 错误 13:类型不匹配 如何在“或”中组合“nd”语句?例如:如果 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
提前致谢