Skip to content

TSerious/ExcelMultiValueComboBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ExcelMultiValueComboBox

Create a combo box with multiple selectable values

Usage

1. Enable Developer Tab in Ribbon Menu

  • Right click in the (Ribbon) menu at the top and click "Customize the Ribbon...".
  • On the right side (Customize Ribbon) with "Main Tabs" selected, enable the checkbox "Developer".
  • Click OK.

2. Copy the code

  • Go to the "Developer" Tab (in the Ribbon menu) and click "Visual Basic".
  • Right click on the worksheet (on the left side) where you want to use a Multi-Value-Combobox and select "View Code".
  • Copy the code (everything) from Code.vba into to open document.
  • Save and close the editor.

3. Create a Combobox

  • Select a cell (or multiple cells) that you want to have a Multi-Value-Combobox.
  • Go to the Tab "Data" (in the Ribbon menu) and click on "Data Validation" -> "Data Validation".
  • In the "Data Validation" dialog (that just opened) in the "Settings" Tab set "Allow: List" and "Source" to a range of the allowed values.
  • Click OK.

About

Create a combo box with multiple selectable values

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages