Hello,
My code has several large arrays (5 of them each of size 500) and I am copying the arrays from the expression window to excel for analysis.
Each array is broken up into groups of 99 elements, so for 5 arrays I have to expand 25 groups and then copy all groups at once to an excel spreadsheet. After copying them to excel, I have to format them so each of the array's value is shown in a separate column.
The copying and formating process is rather laborous.
Is there an easier way?
Thanks,
Stephen