This attribute is ignored. It was not ported over from VB6.
In VB6, it was used in combination with the VB_Exposed
attribute to control accessibility of classes outside of the current project.
VB_Exposed=True
VB_Creatable=True
Would result in a Public Class
, that could be accessed from other projects, but this functionality does not exist in VBA.