Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 745 Bytes

only-valid-in-object-module.md

File metadata and controls

18 lines (11 loc) · 745 Bytes
title ms.assetid ms.date ms.localizationpriority
Only valid in object module
033ac42e-8ac9-47f8-8a5e-b9d316647001
06/08/2017
medium

Only valid in object module

Some Visual Basic statements or constructs are valid only in object modules (forms, class modules, etc.). This error has the following causes and solutions:

  • You tried to use an invalid statement or construct (for example, the Implements statement, WithEvents keyword, or an event sink) in a non-class module. Place statements that generate this error in an object module.

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

[!includeSupport and feedback]