Jim,

I've tried creating the Enum values and modified the property get to
Code:
Property Get pName as myEnum
But I wan to know how to modify the property let. since the type of argument for let has also to be enum type. How am i going to assign values to the property. since i cant use it as myEnum.something.

Pls. Help me on this