Re: need help populating combo box on User Form
From: Scott A (anonymous_at_discussions.microsoft.com)
Date: 05/24/04
- Next message: Ed: "Re: Hiding a textbox and a label in MS word 2000 using VBA"
- Previous message: jeff: "Syles and Formatting pane"
- In reply to: Jonathan West: "Re: need help populating combo box on User Form"
- Next in thread: Jonathan West: "Re: need help populating combo box on User Form"
- Reply: Jonathan West: "Re: need help populating combo box on User Form"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 May 2004 08:13:08 -0700
Jonathan -
Thanks for the tip - I'd seen references to an array in
the Help file, but I don't have the entire Help file, so I
couldn't get instructions for creating an array!!!
You wouldn't by chance know of any resources that describe
this procedure in VBA?
Thanks,
Scott
>-----Original Message-----
>Hi Scott,
>
>Populate a 2-column array with the data you want, then
set the List property
>of the combobox to the array.
>
>--
>Regards
>Jonathan West - Word MVP
>http://www.multilinker.com
>Please reply to the newsgroup
>
>"Scott A" <anonymous@discussions.microsoft.com> wrote in
message
>news:1152801c44199$981b6370$a401280a@phx.gbl...
>> I'd like to add a User Form to a template that lets the
>> user select from a list of possible AutoText entries
(but
>> not all AT) that contain pre-formatted content sections
to
>> the document.
>>
>> I've started to work on the User Form in the VB editor,
>> but can't figure out how to populate the RowSource
>> property of the combo box!
>>
>> I'd like the combo box to have two columns, one that
>> contains the name of the AutoText entry to run and a
>> second column that displays a label for each...
>>
>> Does anyone have any suggestions?
>>
>> Thanks,
>>
>> Scott A
>
>.
>
- Next message: Ed: "Re: Hiding a textbox and a label in MS word 2000 using VBA"
- Previous message: jeff: "Syles and Formatting pane"
- In reply to: Jonathan West: "Re: need help populating combo box on User Form"
- Next in thread: Jonathan West: "Re: need help populating combo box on User Form"
- Reply: Jonathan West: "Re: need help populating combo box on User Form"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|