View Single Post
 
Old 04-02-2016, 05:51 AM
gmaxey gmaxey is offline Windows 7 32bit Office 2010 (Version 14.0)
Expert
 
Join Date: May 2010
Location: Brasstown, NC
Posts: 1,617
gmaxey is just really nicegmaxey is just really nicegmaxey is just really nicegmaxey is just really nicegmaxey is just really nice
Default

hr955

SendKeys will display it briefly using the OnEnter event, but there doesn't seem to be (or I can't) a find a way to make it stick:

Code:
Private Sub Document_ContentControlOnEnter(ByVal oCC As ContentControl)
  If oCC.Type = wdContentControlDropdownList Then SendKeys "%{DOWN}"
End Sub
__________________
Greg Maxey
Please visit my web site at http://www.gregmaxey.com/
Reply With Quote