Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
AMC AMC is offline
external usenet poster
 
Posts: 2
Default Need to add items to combo box (drop down box)?

I need to add items to a combo box and have no idea what to do in the design
mode. Nothing I so seems to work. If possible, it would be very helpful to
get step by step instructions. Interesting how combo box doesn't even come
up in the help section.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Harvey Harvey is offline
external usenet poster
 
Posts: 131
Default Need to add items to combo box (drop down box)?

are you asking about control combobox or form dropdown form fields? If you
ask for combobox on control toolbar these controls are more suitable for
userforms and not for using them directly on documents. you need to add items
to a combobox prgrammatically.
combobox1.AddItem "text1"
but there is more into it, you need to be familiar with different events
for each control to be able to write the code in a proper even.But if your
question is about form dropdown field you can use form toolbar's form field
option and add items to the drop down list and use it directly on your
doument.
"AMC" wrote:

I need to add items to a combo box and have no idea what to do in the design
mode. Nothing I so seems to work. If possible, it would be very helpful to
get step by step instructions. Interesting how combo box doesn't even come
up in the help section.

  #3   Report Post  
Posted to microsoft.public.word.docmanagement
AMC AMC is offline
external usenet poster
 
Posts: 2
Default Need to add items to combo box (drop down box)?

I don't like the drop down field from the forms toolbar. I want it to look
like the combo box. Is there anyplace I can go that will give me step by
step instructions. I can't imagine why it should be so involved. When I go
to view code and the drop down next to "combobox1" does not contain anything
like "add item".

"Harvey" wrote:

are you asking about control combobox or form dropdown form fields? If you
ask for combobox on control toolbar these controls are more suitable for
userforms and not for using them directly on documents. you need to add items
to a combobox prgrammatically.
combobox1.AddItem "text1"
but there is more into it, you need to be familiar with different events
for each control to be able to write the code in a proper even.But if your
question is about form dropdown field you can use form toolbar's form field
option and add items to the drop down list and use it directly on your
doument.
"AMC" wrote:

I need to add items to a combo box and have no idea what to do in the design
mode. Nothing I so seems to work. If possible, it would be very helpful to
get step by step instructions. Interesting how combo box doesn't even come
up in the help section.

  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Harvey Harvey is offline
external usenet poster
 
Posts: 131
Default Need to add items to combo box (drop down box)?

Open MS visual basic editor by ALt+F11 then from help menu search for AddItem
and you will get plenty of information. As i said previosuly in order to use
combobox and other controls you need to enter in VBA programming world and
learn at least some basics and there is no shortcut for it

"AMC" wrote:

I don't like the drop down field from the forms toolbar. I want it to look
like the combo box. Is there anyplace I can go that will give me step by
step instructions. I can't imagine why it should be so involved. When I go
to view code and the drop down next to "combobox1" does not contain anything
like "add item".

"Harvey" wrote:

are you asking about control combobox or form dropdown form fields? If you
ask for combobox on control toolbar these controls are more suitable for
userforms and not for using them directly on documents. you need to add items
to a combobox prgrammatically.
combobox1.AddItem "text1"
but there is more into it, you need to be familiar with different events
for each control to be able to write the code in a proper even.But if your
question is about form dropdown field you can use form toolbar's form field
option and add items to the drop down list and use it directly on your
doument.
"AMC" wrote:

I need to add items to a combo box and have no idea what to do in the design
mode. Nothing I so seems to work. If possible, it would be very helpful to
get step by step instructions. Interesting how combo box doesn't even come
up in the help section.

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i make a drop down list of more than 25 items? mobysurf Microsoft Word Help 4 January 25th 07 01:24 AM
How can I add a simple drop down list with 4 items? Jase4now Microsoft Word Help 1 January 10th 07 06:35 PM
Combo boxes and drop down lists- basic question Erica Lais New Users 3 October 18th 05 05:53 PM
Drop-down List where items in drop-down list hyperlink to a webpage? gully New Users 4 April 24th 05 09:58 AM
Create Protected Word template that uses combo box & combo box val Cindy Microsoft Word Help 1 April 1st 05 05:10 PM


All times are GMT +1. The time now is 05:35 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"