Hello friends.
Macro gives an error:
Run-time error 1004. Method Run of object _Application failed.
How to fix this error ?
Sub Macro1()
Dim arr As Collection, x, t, i
Set arr = New Collection
For Each x In Range(Cells(6, 17), Cells(Rows.Count, 17).End(xlUp))
arr.Add x.Value
arr.Add...