Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1017 Bytes

a-module-is-not-a-valid-type.md

File metadata and controls

23 lines (14 loc) · 1017 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
A module is not a valid type
vblr6.chm1035024
vblr6.chm1035024
09d3e93e-9fca-eccc-e9e4-d636bb2b7f28
06/08/2017
medium

A module is not a valid type

A standard module doesn't represent a class and can't be instantiated in the form of a variable. This error has the following cause and solution:

  • You used the name of a standard module in a Dim or Set declaration. Check the spelling of the module name and make sure it corresponds to a form, MDI form, or class module.

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

[!includeSupport and feedback]