Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.08 KB

module-too-large.md

File metadata and controls

24 lines (16 loc) · 1.08 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Module too large
vblr6.chm1057026
vblr6.chm1057026
b00483e1-d3b2-f532-eaa3-fae61f45c013
06/08/2017
medium

Module too large

A module contains code within the project. This error has the following cause and solution:

  • There is too much code in the module.

    Create a new module and move some of the procedures from this module to the new one. If the current module contains module-level declarations of data that must be visible to the procedures in the new module, declare that data as Public.

    Note Comments aren't counted as lines of code. Therefore, deleting comments doesn't prevent this error.

For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).

[!includeSupport and feedback]