ComboBox Values

G

Guest

Is there a way to specific values to appear in a ComBox's properties sheet or
does it have to be done via code?
 
H

Hollis Paul

Is there a way to specific values to appear in a ComBox's properties sheet or
does it have to be done via code?
Are you really trying to add some choices to a combobox? You can do this in the
initial values of the combobox. Take a look at the following page:

To populate a combo box on a Microsoft Outlook form 5/10/2006
Microsoft Outlook VBScript code sample to populate a combo or list box on an
Outlook form using an ADO disconnected recordset.

http://www.outlookcode.com/d/code/popcombobox.htm - 20 KB
 
G

Guest

Yes. Its just two values - TEN and CONF. I can't seem to find documentation
explaining how to do that as in which properties and the format. I tried the
format used in Access as in "TEN";"CONF" which didn't work.
 
S

Sue Mosher [MVP-Outlook]

Is the combo box bound to an Outlook property?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
G

Guest

Yes it will be.

Sue Mosher said:
Is the combo box bound to an Outlook property?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
S

Sue Mosher [MVP-Outlook]

A user-defined field is an Outlook property. In that case, you can enter the values for the list in the Possible Values property of the control's Value tab, separated by semi-colons: TEN;CONF

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
G

Guest

....and just why is it that for the life of me I couldn't find that
information in Help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top