When I create a dropdown list content control using the developer tab, the control has a first entry "Choose an item." I can then add additional items. Document users can select items from the list and if they change their mind they can return to the "Choose
an item" entry which returns the placeholder text to the control.
If a dropdown list content control is created using vba (even a recorded macro of inserting one from the developer tab), the control is missing this first entry "Choose an item" and displays "No entries" instead. Again, I can add dropdown list members.
However in these cases after the user makes an initial selection, there is apparently no way to return the control to the state where no item is selected and the control displays placeholder text.
Does anyone no how to create a dropdownlist CC using VBA such that the first entry is 'Choose an item" and clicking it will return the control to showing placeholder text?
Thanks.