Thread: memory
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
yogendra joshi yogendra joshi is offline
external usenet poster
 
Posts: 48
Default memory

This might help you to reduce some common errors
that slow down the vba code

http://www.ozgrid.com/VBA/SpeedingUpVBACode.htm

Mitchell Williams wrote:

when i've been working on a lot of long macros the
computer slows down a lot. I heard that it is because
the buffer memory is full or something, could anyone
clarify this or give a solution? is there any way to
empty the memory after a macro is run?