Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 860 Bytes

statement-invalid-inside-type-block.md

File metadata and controls

23 lines (15 loc) · 860 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Statement invalid inside Type block
vblr6.chm1040054
vblr6.chm1040054
1d53153c-2314-d1de-3890-4694164c4e80
06/08/2017
medium

Statement invalid inside Type block

Only element names, their As type clauses, and comments are allowed within a Type...End Type statement block. This error has the following cause and solution:

  • You placed an invalid statement in user-defined type definition.

    Remove anything that isn't a comment, an element name, or an As type clause.

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

[!includeSupport and feedback]