Quote:
Originally Posted by ericliu24
BTW, I am wondering why VBA doesn't provide a property of dropdownlist.selected-value
|
Dropdown & Combobox Content Controls have both a .Text property and a .Value property.
Quote:
Originally Posted by ericliu24
and a method to identify a content cotrol with a user-defined unique tag.
|
VBA provides both a .SelectContentControlsByTag menthod and a .SelectContentControlsByTitle method.