Collection Classes and Enumerating then

  • Thread starter Thread starter Chris Newton
  • Start date Start date
C

Chris Newton

Excuse me but I haven't been programming with VB/VBA since VB6 but I would
like to create my own object and collection classes within Access 2007.

I seem to remember from my VB6 days that to enable enumeration (for each) of
objects within the custom collection, there had to be an IEnum method and a
number of the methods had to have hidden property values assigned to them.

How do I now achieve this within Access 2007?
 
Thank you Robert. This is exactly what I wanted. Pity the same property
dialog to set these attributes was never included in Office 2007.

Appreciate your help.

Thanks
Chris
 
Back
Top