Article ID: 161598 - Last Review: January 19, 2007 - Revision: 5.5 How to add data to a ComboBox control or a ListBox control in Excel or WordThis article was previously published under Q161598 For a Microsoft Excel for Mac version of this
article, see
185388
(http://support.microsoft.com/kb/185388/
)
. On This PageSUMMARY This article describes methods of populating a ComboBox or
ListBox control. MORE INFORMATIONMicrosoft
provides programming examples for illustration only, without warranty either
expressed or implied, including, but not limited to, the implied warranties of
merchantability and/or fitness for a particular purpose. This article assumes
that you are familiar with the programming language being demonstrated and the
tools used to create and debug procedures. Microsoft support professionals can
help explain the functionality of a particular procedure, but they will not
modify these examples to provide added functionality or construct procedures to
meet your specific needs. If you have limited programming experience, you may
want to contact a Microsoft Certified Partner or the Microsoft fee-based
consulting line at (800) 936-5200. For more information about Microsoft
Certified Partners, please visit the following Microsoft Web site: https://partner.microsoft.com/global/30000104
(https://partner.microsoft.com/global/30000104)
For more information about the support options that are available
and about how to contact Microsoft, visit the following Microsoft Web site: http://support.microsoft.com/default.aspx?scid=fh;EN-US;CNTACTMS
(http://support.microsoft.com/default.aspx?scid=fh;en-us;cntactms)
You can use a control, such as a combo box or a
list box, on a user form. In Microsoft Excel, you can use these controls in the
worksheet. The methods for populating the controls are similar. The examples in
this article use controls on a user form. Method 1: How to Link a Combo Box or List Box to Cells on an Excel Worksheet
Methdod 2: How to Use a Visual Basic Macro to Populate a Combo Box or List Box
REFERENCES For more information about user forms, click the
Index tab in Microsoft Visual Basic Help, type the following
text:
UserForm Object
and then double-click the selected text to go to the "UserForm
Object" topic. | Article Translations
|
Back to the top
