The information in this article applies to:
SYMPTOMSWhen you use the pointer to select a cell range to populate the RowSource or the ListFillRange property for an ActiveX control, nothing appears in the box for either property. CAUSEYou cannot use the pointer to populate cell range references in the Properties window for any ActiveX control. RESOLUTIONTo enter a range reference in the Properties window, manually type the reference. For example, if you want to set the RowSource property for a combo box to the range A1:A5 on Sheet1, type the following for the RowSource property: Sheet1!A1:A5 STATUSThis behavior is by design of Microsoft Excel. MORE INFORMATION
Specifying a range reference for a control on a UserForm or a worksheet, is
called data binding. List boxes and combo boxes are controls that support
data binding; however, the properties you set for referencing a cell range
vary according to whether the control is on a worksheet or on a UserForm.
The following table lists the properties you can set for a combo box or a
list box on a UserForm.
NOTE: The following two properties support data binding, but the location
of the control (worksheet or UserForm) is not a factor in how the
properties behave.
REFERENCESFor more information about ActiveX controls, click the Index tab in Microsoft Excel Help, type the following text activexand then double-click the selected text to go to the "About adding buttons, check boxes, and other controls" topic. Additional query words: 97 for Windows XL97 list box combo drop down drop-down
Keywords : kbprg kbtool kbdta xlui KbVBA |
Last Reviewed: November 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |