Thread
: [Solved]
VBA: How to debug.Print enumeration names?
View Single Post
01-21-2012, 06:48 AM
tinfanide
Windows 7 64bit
Office 2010 32bit
Expert
Join Date: Aug 2011
Posts: 312
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".
tinfanide
View Public Profile
Send a private message to tinfanide
Find all posts by tinfanide