VB6 had some source code attributes visible only when one exported the module to a text file. An example would be to set the DispID
to 0 for a default or -4 for an For Each enumerator. VBA has theoretically the same but sometimes they have no effect in VBA.
What does VB_VarMemberFlags
do in VBA? I know its an attribute for a module level variable. I have seen in some old source code some typical values of 200 or 40 but does this affect anything in VBA?