Hi guys,
just wondering how I can check if all values in an one dimensional array are the same.
If all are the same then all good continue with code if not then stop and give me a waring
Sub ZellenPruefen()
Dim arrIB() As Variant
Dim i As Integer
arrIB = Range("A2"...