API Return Enumerator Name instead of numeric value?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possible to have the API return the name of an enumerator like kAlighTextLeft instead of 19970? Having the name be returned could save a trip to the API help to find out what it is.
Debug.Print ThisApplication.ActiveDocument.ActiveSheet.DrawingNotes.GeneralNotes.Item(1).HorizontalJustification
