C
Chip Orange
I've created a collection class in a library add-in template for my
organization, and all is well with the exception that "FOR EACH" doesn't
work. I've added the following property to the class (found in VB & VBA in
a nutshell), but it hasn't made any difference:
Public Property Get NewEnum() As IUnknown
Set NewEnum = mCol.[_NewEnum]
End Property
It does also speak of changing the procedure ID property, which I take it
only applies to VB and not VBA classes?
Can anyone point out what I'm missing?
thanks.
Chip
organization, and all is well with the exception that "FOR EACH" doesn't
work. I've added the following property to the class (found in VB & VBA in
a nutshell), but it hasn't made any difference:
Public Property Get NewEnum() As IUnknown
Set NewEnum = mCol.[_NewEnum]
End Property
It does also speak of changing the procedure ID property, which I take it
only applies to VB and not VBA classes?
Can anyone point out what I'm missing?
thanks.
Chip