There is such a macro code. Why doesn't he add items to the collection? No logs / errors does not issue. Just does not add it.
Dim cellRanges, cValues As Collection Dim it1, it2, it3, it4, it5, it6, it7, it8 As String it1 = "L3" it2 = "J18" it3 = "J19" it4 = "J20" it5 = "K23" it6 = "J24" it7 = "B86" it8 = "K86" cellRanges.Add (it1) cellRanges.Add (it2) cellRanges.Add (it3) cellRanges.Add (it4) cellRanges.Add (it5) cellRanges.Add (it6) cellRanges.Add (it7) cellRanges.Add (it8)