Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
RFF
 
Posts: n/a
Default Multiselect and Drop down boxes


Is it possible to multiselect from the drop down box choices.
Robert
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Charles Kenyon
 
Posts: n/a
Default Multiselect and Drop down boxes

No.

What you are talking about is what Word calls an "online form." Check this
in help. For more about online forms, follow the links at
http://addbalance.com/word/wordwebresources.htm#Forms or
http://word.mvps.org/FAQs/Customizat...nTheBlanks.htm especially Dian
Chapman's series of articles. You may also want to look at
http://www.word.mvps.org/FAQs/TblsFl...nesInForms.htm.

Hope this helps,
--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.

"RFF" wrote in message
...

Is it possible to multiselect from the drop down box choices.
Robert



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Cooz
 
Posts: n/a
Default Multiselect and Drop down boxes

Hi RFF,

No, but you can multiselect from a listbox control. Perhaps this can be of
any use.

Insert with View | Toolbars Control Toolbox | List Box (verify that its
name is ListBox1).
Click the Exit Design Mode - button.
Populate and set multiselect with the AutoOpen macro in your document:

Record any macro, say record clicking the B-button on the Formatting
toolbar, and be sure to choose your document under 'Store macro in'.
Choose Tools | Macro Macro's..., select your macro and choose Edit. The
VBA-editor opens.
Replace the entire macro by the following:

Sub AutoOpen()
With Me.ListBox1
.AddItem "abc"
.AddItem "def"
.AddItem "ghi"
.MultiSelect = fmMultiSelectMulti
End With
End Sub

Close the VBA editor. In Word: save, close and re-open your document.

Good luck,
Cooz
--
PS: If this is a satisfying answer to your question and you're logged in via
the Microsoft site, please click Yes to "Did this post answer the question?".
Thanks.


"RFF" wrote:


Is it possible to multiselect from the drop down box choices.
Robert

  #4   Report Post  
Posted to microsoft.public.word.docmanagement
RFF
 
Posts: n/a
Default Multiselect and Drop down boxes

thanks
robert

"Cooz" wrote:

Hi RFF,

No, but you can multiselect from a listbox control. Perhaps this can be of
any use.

Insert with View | Toolbars Control Toolbox | List Box (verify that its
name is ListBox1).
Click the Exit Design Mode - button.
Populate and set multiselect with the AutoOpen macro in your document:

Record any macro, say record clicking the B-button on the Formatting
toolbar, and be sure to choose your document under 'Store macro in'.
Choose Tools | Macro Macro's..., select your macro and choose Edit. The
VBA-editor opens.
Replace the entire macro by the following:

Sub AutoOpen()
With Me.ListBox1
.AddItem "abc"
.AddItem "def"
.AddItem "ghi"
.MultiSelect = fmMultiSelectMulti
End With
End Sub

Close the VBA editor. In Word: save, close and re-open your document.

Good luck,
Cooz
--
PS: If this is a satisfying answer to your question and you're logged in via
the Microsoft site, please click Yes to "Did this post answer the question?".
Thanks.


"RFF" wrote:


Is it possible to multiselect from the drop down box choices.
Robert

Reply
Thread Tools
Display Modes

Posting Rules

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

Forum Jump


All times are GMT +1. The time now is 12:07 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"