Thread: Release Memory
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jeff Jeff is offline
external usenet poster
 
Posts: 921
Default Release Memory

Hi,

I have a macro, and it uses an array that is pretty big Array(7000,361,26)

So if I call the macro that uses this array over and over, is there any way
to "erase" the array so the memory is used more efficiently and the macro
runs faster? Like a clear memory command?

Thanks