I have noticed that, when I create a custom collection class (as explained in this blog)
, the operator "()" becomes automatically available so that it is a synonym to the Item
method.
Are there other forms of operator overloading, implicit or otherwise, available in VBA? And where are those behaviors documented?