punchopk.blogg.se

Openoffice base combo box multiple columns
Openoffice base combo box multiple columns




The Best Office Productivity Tools Kutools for Excel Solves Most of Your Problems, and Increases Your Productivity by Then press F5 key to run this code, and then click the combo box, the multiple columns are displayed into the combo box as you need. Note: In the above code, the ComboBox1 is the name of your created combo box, the number 3 is the column number that you want to display, “ Namelist” is the range name you have created in step1. VBA code: Display multiple columns in combo box: Private Sub UserForm_Initialize()

openoffice base combo box multiple columns

And the Microsoft Visual Basic for Applications window is opened, please copy and paste the following code to replace the original code, see screenshot: Then create a combo box, and right click it, then choose View Code from the context menu, see screenshot:ģ. First, you need to create a range name for your source data, please select the data range, and enter a range name into the Name Box, see screenshot:Ģ.

openoffice base combo box multiple columns

Here a VBA code also can help you to finish this task.ġ. Tip: If there is no Developer tab in the ribbon, this article How to show/display developer tab in Excel 2007/2010/2013 Ribbon? may do a favor for you to display Developer tab. After finishing the settings, close the dialog box, and click the Design Mode in the Ribbon to exit the design mode, now, when you click the combo box drop down arrow, multiple columns data will be displayed at once, see screenshot: (3.) In the ListFillRange text box, type the cell range which you want to use as the source data.ģ. (2.) Beside the LinkedCell text box, enter a cell reference to link the combo box (1.) In the ColumnCount text box, enter the number of columns that you want to display, in this example, I will enter 3

openoffice base combo box multiple columns

Then click Properties under the Developer tab, in the Properties dialog box, please do the following operations: Click Developer > Insert > Combo Box (ActiveX Control), and then drag the mouse to draw a combo box as you need, see screenshots:Ģ.

openoffice base combo box multiple columns

You can go to the combo box properties to configure the attributes for the combo box, please do as this:ġ. The combo box can help us to quickly select the values without typing them, normally, you can create a combo box with one list of data, but, sometimes, you want to display multiple columns in the combo box as following screenshot shown, how could you create combo box with multiple columns in Excel?ĭisplay multiple columns in combo box with combo box propertiesĭisplay multiple columns in combo box with VBA code How to display multiple columns in combo box?






Openoffice base combo box multiple columns