Method Item( ByVal nIndex As Long ) As MyItem
And have an method with item.Add(...
I mean Item(index) and Item.Add will be in the same interface.
MyItem is a different class and works fine.
Guess this is overloading and is not supported by com.
And have an method with item.Add(...
I mean Item(index) and Item.Add will be in the same interface.
MyItem is a different class and works fine.
Guess this is overloading and is not supported by com.
Comment