Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Dora Dora is offline
external usenet poster
 
Posts: 5
Default create pull down menu to select multiple options

I need to create a pull down menu with the capability of allowing the user to
selecting one or more of the listed options. Can this be done in Word 2007?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default create pull down menu to select multiple options

If you mean adding a pulldown onto the ribbon, see the following page of
fellow MVP Greg Maxey's website

http://gregmaxey.mvps.org/Customize_Ribbon.htm

If you mean within a particular document, go to the Developer tab of the
ribbon and then from the Controls section, insert a ComboBox Content
Control. To add the items to the list, click on the Design Mode button and
then right click on the Content Control and select Properties.

--
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, originally posted via msnews.microsoft.com
"Dora" wrote in message
...
I need to create a pull down menu with the capability of allowing the user
to
selecting one or more of the listed options. Can this be done in Word
2007?


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Dora Dora is offline
external usenet poster
 
Posts: 5
Default create pull down menu to select multiple options

Hi Doug,

I'm a rookier here. Yes, I need to create this in a Word document. OK, I
went to Developer, inserted a comboBox. It automatically highlighted the
Design Mode button. I don't know what you mean by Centent Contro. Is that
another function icon I should see. If I double click on the inserted
ComboBox it brings up a code box. Am I in the right place?

"Doug Robbins - Word MVP" wrote:

If you mean adding a pulldown onto the ribbon, see the following page of
fellow MVP Greg Maxey's website

http://gregmaxey.mvps.org/Customize_Ribbon.htm

If you mean within a particular document, go to the Developer tab of the
ribbon and then from the Controls section, insert a ComboBox Content
Control. To add the items to the list, click on the Design Mode button and
then right click on the Content Control and select Properties.

--
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, originally posted via msnews.microsoft.com
"Dora" wrote in message
...
I need to create a pull down menu with the capability of allowing the user
to
selecting one or more of the listed options. Can this be done in Word
2007?



  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default create pull down menu to select multiple options

Looking at it again, it does not seem to matter if you are in the design
mode or not as in either mode, you can use the Properties button under the
Design Mode button to display the Content Control Properties dialog. You
add the items to the list using the Add button in that dialog.

--
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, originally posted via msnews.microsoft.com
"Dora" wrote in message
...
Hi Doug,

I'm a rookier here. Yes, I need to create this in a Word document. OK, I
went to Developer, inserted a comboBox. It automatically highlighted the
Design Mode button. I don't know what you mean by Centent Contro. Is that
another function icon I should see. If I double click on the inserted
ComboBox it brings up a code box. Am I in the right place?

"Doug Robbins - Word MVP" wrote:

If you mean adding a pulldown onto the ribbon, see the following page of
fellow MVP Greg Maxey's website

http://gregmaxey.mvps.org/Customize_Ribbon.htm

If you mean within a particular document, go to the Developer tab of the
ribbon and then from the Controls section, insert a ComboBox Content
Control. To add the items to the list, click on the Design Mode button
and
then right click on the Content Control and select Properties.

--
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, originally posted via msnews.microsoft.com
"Dora" wrote in message
...
I need to create a pull down menu with the capability of allowing the
user
to
selecting one or more of the listed options. Can this be done in Word
2007?




  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Dora Dora is offline
external usenet poster
 
Posts: 5
Default create pull down menu to select multiple options

Hi Doug,

There is no Add button in the properties popup. I see 2 tabs; one titled
Alphabetic and the 2nd titled Categorized. In the Alphabetic tab I see a 2
column table with the header (Name) and ComboBox1. Under Name I see about 39
parameters and their values under the ComboBox1 header. The Categorized Tab
has subsections titled Appearance, Behavior, Data, Font and Misc.
So where do I find the Add button??

"Doug Robbins - Word MVP" wrote:

Looking at it again, it does not seem to matter if you are in the design
mode or not as in either mode, you can use the Properties button under the
Design Mode button to display the Content Control Properties dialog. You
add the items to the list using the Add button in that dialog.

--
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, originally posted via msnews.microsoft.com
"Dora" wrote in message
...
Hi Doug,

I'm a rookier here. Yes, I need to create this in a Word document. OK, I
went to Developer, inserted a comboBox. It automatically highlighted the
Design Mode button. I don't know what you mean by Centent Contro. Is that
another function icon I should see. If I double click on the inserted
ComboBox it brings up a code box. Am I in the right place?

"Doug Robbins - Word MVP" wrote:

If you mean adding a pulldown onto the ribbon, see the following page of
fellow MVP Greg Maxey's website

http://gregmaxey.mvps.org/Customize_Ribbon.htm

If you mean within a particular document, go to the Developer tab of the
ribbon and then from the Controls section, insert a ComboBox Content
Control. To add the items to the list, click on the Design Mode button
and
then right click on the Content Control and select Properties.

--
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, originally posted via msnews.microsoft.com
"Dora" wrote in message
...
I need to create a pull down menu with the capability of allowing the
user
to
selecting one or more of the listed options. Can this be done in Word
2007?






  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default create pull down menu to select multiple options

You have inserted an ActiveX combo box, rather than a Content Control combo
box.

Here are the steps to follow:

1 Go to the Developer tab of the Ribbon
2. In the Controls section of the Developer Tab, click on the Combo Box
item (it is the fourth one from the left and if you let the mouse hover over
it, the screen tip "Insert a combo box content control" will appear.
3. Click on the Properties icon in the Controls section
4. A Content Contol Properties dialog will appear. The Add button is in
the Drop-Down List Properties section of the dialog.

--
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, originally posted via msnews.microsoft.com
"Dora" wrote in message
...
Hi Doug,

There is no Add button in the properties popup. I see 2 tabs; one titled
Alphabetic and the 2nd titled Categorized. In the Alphabetic tab I see a 2
column table with the header (Name) and ComboBox1. Under Name I see about
39
parameters and their values under the ComboBox1 header. The Categorized
Tab
has subsections titled Appearance, Behavior, Data, Font and Misc.
So where do I find the Add button??

"Doug Robbins - Word MVP" wrote:

Looking at it again, it does not seem to matter if you are in the design
mode or not as in either mode, you can use the Properties button under
the
Design Mode button to display the Content Control Properties dialog. You
add the items to the list using the Add button in that dialog.

--
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, originally posted via msnews.microsoft.com
"Dora" wrote in message
...
Hi Doug,

I'm a rookier here. Yes, I need to create this in a Word document. OK,
I
went to Developer, inserted a comboBox. It automatically highlighted
the
Design Mode button. I don't know what you mean by Centent Contro. Is
that
another function icon I should see. If I double click on the inserted
ComboBox it brings up a code box. Am I in the right place?

"Doug Robbins - Word MVP" wrote:

If you mean adding a pulldown onto the ribbon, see the following page
of
fellow MVP Greg Maxey's website

http://gregmaxey.mvps.org/Customize_Ribbon.htm

If you mean within a particular document, go to the Developer tab of
the
ribbon and then from the Controls section, insert a ComboBox Content
Control. To add the items to the list, click on the Design Mode
button
and
then right click on the Content Control and select Properties.

--
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, originally posted via msnews.microsoft.com
"Dora" wrote in message
...
I need to create a pull down menu with the capability of allowing the
user
to
selecting one or more of the listed options. Can this be done in
Word
2007?





  #7   Report Post  
Posted to microsoft.public.word.docmanagement
Dora Dora is offline
external usenet poster
 
Posts: 5
Default create pull down menu to select multiple options

Hi Doug,

I did what you said but it still will not allow me to select more than one
choice. I need to be able to offer my users the ability to choose multiple
choices from the drop down box.
Any other ideas??
Thanks,

Dora

"Doug Robbins - Word MVP" wrote:

You have inserted an ActiveX combo box, rather than a Content Control combo
box.

Here are the steps to follow:

1 Go to the Developer tab of the Ribbon
2. In the Controls section of the Developer Tab, click on the Combo Box
item (it is the fourth one from the left and if you let the mouse hover over
it, the screen tip "Insert a combo box content control" will appear.
3. Click on the Properties icon in the Controls section
4. A Content Contol Properties dialog will appear. The Add button is in
the Drop-Down List Properties section of the dialog.

--
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, originally posted via msnews.microsoft.com
"Dora" wrote in message
...
Hi Doug,

There is no Add button in the properties popup. I see 2 tabs; one titled
Alphabetic and the 2nd titled Categorized. In the Alphabetic tab I see a 2
column table with the header (Name) and ComboBox1. Under Name I see about
39
parameters and their values under the ComboBox1 header. The Categorized
Tab
has subsections titled Appearance, Behavior, Data, Font and Misc.
So where do I find the Add button??

"Doug Robbins - Word MVP" wrote:

Looking at it again, it does not seem to matter if you are in the design
mode or not as in either mode, you can use the Properties button under
the
Design Mode button to display the Content Control Properties dialog. You
add the items to the list using the Add button in that dialog.

--
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, originally posted via msnews.microsoft.com
"Dora" wrote in message
...
Hi Doug,

I'm a rookier here. Yes, I need to create this in a Word document. OK,
I
went to Developer, inserted a comboBox. It automatically highlighted
the
Design Mode button. I don't know what you mean by Centent Contro. Is
that
another function icon I should see. If I double click on the inserted
ComboBox it brings up a code box. Am I in the right place?

"Doug Robbins - Word MVP" wrote:

If you mean adding a pulldown onto the ribbon, see the following page
of
fellow MVP Greg Maxey's website

http://gregmaxey.mvps.org/Customize_Ribbon.htm

If you mean within a particular document, go to the Developer tab of
the
ribbon and then from the Controls section, insert a ComboBox Content
Control. To add the items to the list, click on the Design Mode
button
and
then right click on the Content Control and select Properties.

--
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, originally posted via msnews.microsoft.com
"Dora" wrote in message
...
I need to create a pull down menu with the capability of allowing the
user
to
selecting one or more of the listed options. Can this be done in
Word
2007?






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 to create a pull down menu in a word doc Brian H. Microsoft Word Help 2 February 25th 09 10:50 PM
Cannot select options in Footnote menu Patroos Microsoft Word Help 7 October 25th 07 02:23 PM
Can only select Popular Options after opening Word Options Stephany Microsoft Word Help 2 March 16th 07 04:28 PM
I would like to create a box with a pull down menu Tomg Microsoft Word Help 4 May 10th 06 02:28 AM
When I click on a pull-down menu, I want to see the entire menu- . maduser Microsoft Word Help 8 October 7th 05 05:21 PM


All times are GMT +1. The time now is 10:13 AM.

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"