VBA Module Attribute

6

62jsh

What is the complete enumeration of values for the Attribute type in a VBA
module?

In practice there are a few made public outside of the VBA specification,
such as, VB_Name (String), VBA_ModuleType, VBA_Support (Long).

Does anybody know of anymore?
 
Top