devxlogo

Make Collections Work Like Standard VB Collections – For Each…Next

Make Collections Work Like Standard VB Collections – For Each…Next

To activate For Each…Next iteration in your VB collections, place the following procedure in your collection object:

 ' NewEnum must return the IUnknown interface of a' collection's enumerator.Public Function NewEnum() As IUnknown   Set NewEnum = YourCollectionObject.[_NewEnum]End Function


To hide the NewEnum function, and to give it the appropriate procedure ID, go to Tools/Procedure Attributes. Make sure NewEnum is selected in the Name box. Then click Advanced and check

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist