View Single Post
 
Old 01-27-2012, 12:39 AM
tinfanide tinfanide is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: Aug 2011
Posts: 312
tinfanide is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
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?
Reply With Quote