Hi forum
I am trying to populate an array in a loop. However, out of inexperience with arrays, I can't seem to populate my array.
Dim SuppressArray As Variant
i = 1
For Each c In m_wb.Sheets("Componenten").Range(Cells(cell.Row, "N"), Cells(cell.Row, LCol))
If c.Value <> "" And...