Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 903 Bytes

fixed-length-strings-not-allowed-as-the-type-of-a-public-member-of-an-object-mod.md

File metadata and controls

22 lines (14 loc) · 903 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Fixed-length strings not allowed as the type of a public member of an object module; private object modules not allowed as the type of a public member of a public object module
vblr6.chm1011169
vblr6.chm1011169
4e748788-f0af-95cd-b12b-c1ed32a52fac
06/08/2017
medium

Fixed-length strings not allowed as the type of a public member of an object module; private object modules not allowed as the type of a public member of a public object module

This error has the following cause and solution:

  • You cannot set the type of a public member of an object module to a fixed-length string. Use a different variable type.

  • You cannot set the type of a public member of a public object module to a private object module. Use a different type.

[!includeSupport and feedback]