>>948
Function 違うのがある()
  違うのがある = False
  For Each c In Range("A1:E10")
    If c.Value <> "" Then x = c.Value: Exit For
  Next
  For Each c In Range("A1:E10")
    If c.Value <> "" And c.Value <> x Then 違うのがある = True: Exit For
  Next
End Function