Quote:
Originally Posted by gmayor
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.