I want to make List Constants for datefotmat in ActiveX Control
like this:-

Public Type myformat
DD/MM/YY
DD/MM/YYYY
MM/DD/YYYY
End Type

SO HOW CAN I DO IT?