View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default how do i release ram after running a procedure in excel?


hi
are you using the windows clipboard in your proceedures? a lot of copy/paste
in a loop?

regards
FSt1

"Rgriff" wrote:

i created a workbook with several complex procedures and every time i run a
procedure it just keeps building more and more memory, and never releases it.
is there a way to release memory after procedure has been ran?