I am running VBA code on a large spreadsheet. How do I clear the memory between procedures/calls to prevent an \"out of memory\" issue occurring?
Thanks
Answer is you can't explicitly but you should be freeing memory in your routines.
Some tips though to help memory
I would recommend checking the memory usage after performing the routine again and again you may have a memory leak.