View Single Post
 
Old 01-21-2012, 06:48 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 VBA: How to debug.Print enumeration names?

Code:
Debug.Print (Selection.Type)
It just prints the value of the Selection Enumeration. I want something like "wdSelectionIP" instead of just "1".
Reply With Quote