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

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
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,908
Messages
6,122,187
Members
449,071
Latest member
cdnMech

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