Welcome to Forums Sign in | Join | Help | Forums
in Search


Memory Leakage

Last post 05-04-2007 3:22 AM by Peter Falconer. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 05-04-2007 12:22 AM

    Memory Leakage

    We are having memory leakage problems when we run reasonably large processes using VBA. I've tried the usual things like closedowns, set to nothing and DoEvents, but the processes seem to chew up memory, or rather not release it, until things come to a grinding halt. Any ideas?
  • 05-04-2007 3:22 AM In reply to

    • Peter Falconer
    • Top 500 Contributor
    • Posts 36
    • Organization: Oxfam Australia
    • Products:  The Raiser's Edge

    Memory Leakage

    One possibility is that the RE objects you're using themselves have memory leaks, or even that some of the Windows forms objects also leak. I have a sneaking suspicion that Listboxes leak. That said, one should check one's code very carefully before casting stones. It's pretty easy to miss a leak. and it only takes one if you hit it often enough.
Page 1 of 1 (2 items)