Combo box - changing drop down values

LostinVA

New Member
Joined
May 23, 2018
Messages
43
Hi everybody -

I previously had a drop-down box with a Data Validation list. I then created a combo box in order to have auto-complete. I have since deleted the data that was assigned to the drop-down box via the Data Validation list. I want to assign a new set of data to the drop-down box / combo box but can't figure out how to do it. When I click on the drop-down box now it's just blank and Data Validation only has options for 'Circle Invalid Data' and 'Clear Invalid Circles'.

So when utilizing a Combo Box, is there a way to change or assign a new data validation list? Hope that makes sense. Not very good at explaining myself.

Appreciate any help you all can provide!
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
If you have a Activex Combobox and you want to assign a range of values to the Combobox.

1. In Developer mode right click the Combobox
2.Choose Properties
3. Look down list and in ListFillRange
4. Insert something like this: A1:A20
5. This will now put the values in Range("A1:A20") into the Combobox
 
Upvote 0

Forum statistics

Threads
1,214,944
Messages
6,122,387
Members
449,080
Latest member
Armadillos

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top