me.combobox1

  1. M

    database manager

    Hello, I explain my problem, I create a database manager, to use it is very simple, in the sheet BDD Chat you will find a button that opens the manager, once open you will find a combobox that lists the name of the lists, a listbox which lists the items within a list, 1 button add a list, 1...
  2. R

    Updating TextBox from a combobox selection.

    Hello all... I have code for a searchable combo box, that is working just the way I want it to. Private Sub ComboBox1_change() Dim i As Long For i = 1 To Application.WorksheetFunction.CountA(Sheet2.Range("a:a")) If LCase(Left(Sheet2.Cells(i, 1), 1)) = Me.ComboBox1 And Me.ComboBox1 <> "" Then...
  3. P

    How to dynamically add values starting at a specific cell until the last row and add the contents to a combobox

    The code below works, however, I would like the code to find and add all the items dynamically. Private Sub ComboBox1_Enter() If cmbSDPFLine.Value = "Line 1" Then With Me.ComboBox1 .Clear .List =...
  4. M

    Add Pivot items to combobox

    Hi All, Does anyone know how to add the visible items I have in a pivot to a combobox my code is looping through every item not just the visible ones? Thanks in advance Dim pt As PivotTable Dim pf As PivotField Set pt = Sheet5.PivotTables("PivotTable2") Set pf =...

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