combo-box

  1. M

    VBA Combo Box autocomplete issue

    I have a script for my a combobox that is in a userform (GUI). The combo box uses a formula called "DropDownList" that I made to enable a particular type of autocomplete feature to my combo box. My program works as follows: After I start typing in the combo box and it narrows down my search, I...
  2. A

    Dependent combo box in worksheet

    hello friends I know how to display one column in combo box using data validation but I would like to know is it possible to display two columns in combo box? What I am trying to do is automatically fill adjacent cell with corresponding data when I select an item in combo box. thanks
  3. E

    VBA: Move through combobox code with shift + tab (multiple cmds)

    Hi i made a combobox, because i needed the autofill. Now i want to move through the combobox with shift + tab -> offset (0,-1) My code so far: Private Sub Manufacturer_KeyDown(ByVal KeyCode As MSForms.ReturnInteger, ByVal Shift As Integer)'Moving through dropdown cell (keycode left/right arrow...
  4. T

    Find out idMso of choices in Excel ribbon combo-box

    On the Excel 'Home' ribbon tab, there is a group called 'Number' and it has a combo-box that allows you to quickly change the number format (12 drop-down options). I need to capture the event when someone clicks one of the items from the combo-box in my C# addin. I know that the idMso of the...
  5. gheyman

    ACCESS: Combobox Duplicates

    I have a table that has a Field called "Status". There are five types. The types, like "Active" are listed numerous times in various rows in the table (As are the other 4 types of status). I need to make a Combo-Box that has a list of the different choices. If I just use the table field as...
  6. F

    VBA for searchable 64 combo-box in user-form

    Hi body, I,h create user-form that contain 64 combo-box for list data. As most of list have large number of data so that i want a VBA to to search for data in combo-box. I i enter any keyword then combo box show related data and will hide other one. Please help me any one know how to do this...
  7. gemcgraw

    ComboBox and multiple columns matching

    Per se.... ComboBox1 is set looking at columns A & B on Sheet1, with a boundColumn = 1; ColumnCount = 2. I am working with the situation where column A can have duplicates, but its corresponding Col-B is a different value. When the user drop-selects Room (Col-A) "119" with Printer (Col-B)...
  8. C

    Populating a Combo Box from an Add-in

    I am trying to use an add-in to populate a combo box with an array. There will be 20+ workbooks using this item which is why I want the array in the code. The add-in is working fine for functions, but I cant seem to get the add-in to see the combo box. So far I have not found an answer in the...
  9. E

    ActiveX controls combo box

    I just had a quick question on the ActiveX combo box. I made a workbook that contains a combo box and everything works completely fine on my computer. The problem comes when I distribute the workbook to my colleges. The drop down box and enabled typing works for some people, and does not for...
  10. B

    ComboBox issue with properties and name missing

    Has anyone had an issue where their ComboBoxes in Debug mode do not have properties? It's like they don't even exist, when I right click on the box. I ran a Workbook_Open subroutine and it continues to fail due to Run-time error '438' Object doesn't support this property or method. When I...

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