| View previous topic :: View next topic |
| Author |
Message |
thread Guest
|
Posted: Thu Nov 08, 2007 8:07 pm Post subject: using combo box in word document without using vba |
|
|
Hi all,
i find difficlties to use a combo box without using vba in order to
fill the component with items
is there a way to use the combo box's properties to fill in items
without any macros or vba code? |
|
| Back to top |
|
 |
Google Sponsor

|
Posted: Thu Nov 08, 2007 8:07 pm Post subject: Advertisement |
|
|
|
|
| Back to top |
|
 |
Doug Robbins - Word MVP Guest
|
Posted: Thu Nov 08, 2007 10:57 pm Post subject: Re: using combo box in word document without using vba |
|
|
Use a DropDown type formfield.
--
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
"thread" <yaniv.dg@gmail.com> wrote in message
news:1194552459.309541.230730@t8g2000prg.googlegroups.com...
| Quote: | Hi all,
i find difficlties to use a combo box without using vba in order to
fill the component with items
is there a way to use the combo box's properties to fill in items
without any macros or vba code?
|
|
|
| Back to top |
|
 |
Jay Freedman Guest
|
Posted: Fri Nov 09, 2007 2:08 am Post subject: Re: using combo box in word document without using vba |
|
|
Or, if you don't want to use a protected form, try an AutoTextList
field (http://www.word.mvps.org/FAQs/TblsFldsFms/AutoTextList.htm).
On Fri, 9 Nov 2007 08:57:04 +1000, "Doug Robbins - Word MVP"
<dkr@REMOVECAPSmvps.org> wrote:
| Quote: | Use a DropDown type formfield.
--
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
"thread" <yaniv.dg@gmail.com> wrote in message
news:1194552459.309541.230730@t8g2000prg.googlegroups.com...
Hi all,
i find difficlties to use a combo box without using vba in order to
fill the component with items
is there a way to use the combo box's properties to fill in items
without any macros or vba code?
|
--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. |
|
| Back to top |
|
 |
|