P
PatrickA
I have a User Form in my document, with a Combo box on the form.
The form is named UF_Atty. The combo box is named DD_Attys1.
If the combo box was on the "main" document, I would refer to it in
the code of the "main" document as:
ActiveDocument.FormFields("DD_Attys1").DropDown
How should I refer to the combo box in the code of the form that
contains it? I've tried several variations, but with no joy.
Thanks,
The form is named UF_Atty. The combo box is named DD_Attys1.
If the combo box was on the "main" document, I would refer to it in
the code of the "main" document as:
ActiveDocument.FormFields("DD_Attys1").DropDown
How should I refer to the combo box in the code of the form that
contains it? I've tried several variations, but with no joy.
Thanks,