Following from this:
https://www.mrexcel.com/forum/excel-questions/1045185-class-instead-array.html
how would I adapt it if my code were:
Do Until DataArray(j, 1) <> DataArray(j + 1, 1)
ie the suggestion was:
If myArray(i).Name <> myArray(i - 1).Name Then
but my condition now...