Quote:
Originally Posted by macropod
Hi tinfanide,
AFAIK, the numeric type is the best you'll get via Debug.Print. For anything fancier, you'd need to create a Select Case statement or something such with your own enumeration list to retrieve the names from the numbers and use a MsgBox instead of Debug.Print.
|
So for Microsoft developers, they're just reading enumeration (numeric types) for reference and check it up on the MSDN tables?
If I need the names, I needa manually populate a list?