D
data.deutrium
Hello
I am currently struggeling while I try to acces a combo box with vba.
I am currently confused because we have 3 different kind of combo box
types in Word.
- "nortmal" combo box
- legacyforms combo box
- activex combo box
I would like to use the first type. Unfortunately I did not find an
example how to access such a combo box via VBA. i.e.
ActiveDocument.FormFields("MyDropdown")
will not work because this works only for legacy forms
Could anyone there provide me with an example how to access the normal
ones?
Thanks
data
I am currently struggeling while I try to acces a combo box with vba.
I am currently confused because we have 3 different kind of combo box
types in Word.
- "nortmal" combo box
- legacyforms combo box
- activex combo box
I would like to use the first type. Unfortunately I did not find an
example how to access such a combo box via VBA. i.e.
ActiveDocument.FormFields("MyDropdown")
will not work because this works only for legacy forms
Could anyone there provide me with an example how to access the normal
ones?
Thanks
data