View Single Post
 
Old 08-08-2017, 01:23 AM
ArtKilp ArtKilp is offline Windows 8 Office 2016
Novice
 
Join Date: Jan 2016
Posts: 18
ArtKilp is on a distinguished road
Default

Quote:
Originally Posted by gmayor View Post
Unfortunately it isn't and will produce the same error. For a list box the code required is
Code:
ActiveDocument.ContentControls(2).DropdownListEntries(1).Select
That gives me the first option from the list. I want the prompt, not the option. Programmatically logical would be "-1" or "0" or something like that. Or "ActiveDocument.ContentControls(2).Reset()"

The best option I've found so far has been to re-create the entire list. It is a lot of hopefully completely needless code, but that's the best solution I've found working.
Reply With Quote