Sure, and I have already said so in post #32.
Look at Galaxiom’s upload in post #25 because he has already set it up for you…
I have pulled down that example this morning. In it, I still find use of hidden Attribute LOC's as follows:
		Code:
	
	
	Function Coll() As Collection
[B][COLOR=Red]Attribute Coll.VB_UserMemId = 0[/COLOR][/B]
    Set Coll = Items
End Function
Property Get NewEnum() As IUnknown
[B][COLOR=Red]Attribute NewEnum.VB_UserMemId = -4[/COLOR][/B]
        Set NewEnum = Items.[_NewEnum]
        
End Property
	It now appears I have two valid samples of making use of the hidden Attribute LOC's, and those other web pages I located and posted links to in #17.
So many examples to learn from.