Is there a way in vb6, as there is in .NET, to get the actual name of an enumeration constant ?

ie:

enum test
one=0
two
end enum

return "one" instead of 0