Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 736 Bytes

out-of-memory-run-time-error.md

File metadata and controls

27 lines (18 loc) · 736 Bytes
description title ms.date f1_keywords ms.assetid
Learn more about: Out of memory (Visual Basic Run-Time Error)
Out of memory (Visual Basic Run-Time Error)
07/20/2015
vbrID7
96cc12e1-d40a-425f-b365-1ac39e5ddcb0

Out of memory (Visual Basic Run-Time Error)

More memory was required than is available.

To correct this error

  1. Close unnecessary applications, documents, or source files that are open.

  2. Break large modules or procedures into smaller ones.

  3. Eliminate terminate-and-stay-resident programs.

  4. Eliminate unnecessary device drivers.

  5. Reduce the number of public variables.

See also