View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
gogza gogza is offline
external usenet poster
 
Posts: 2
Default Attribute statements of VBA Classes

How are we all today,

I know that I can set the Value property as the default property for a
class using:

Attribute Value.VB_UserMemId = 0

(see http://www.cpearson.com/excel/DefaultProperty.htm, if you would
like to know how to do this. Thanks Chip!)

And i know that i can set up an enumrator, NewEnum, for a class using:

Attribute NewEnum.VB_UserMemId = -4

But does anyone know where i can find documentation on these attribute
statements. If this is possible in VBA then what else am I missing?

Thanks,
Gogza