As I am stepping through this section of the code it works but by the time it gets to a certain row it crashes my excel.
Is there a better way to write to my excel sheet? It writes a value cell by cell, not sure why its crashing!
For j = 1 To nCols
If fromTop Then writeVal = arr(i...