Hi,
1> I have an Excel Macro that involves copying a bunch of formulas into many cells based on an Add-in. (i.e., Copy $A$2 to $A$3:$A$100, then $A$2 to $A$101:$A$200, etc.). I have to run these sequentially as otherwise the application runs out of memory (RAM is not the issue here).
2> The...