combobox1

  1. P

    Formula template change to vba code for userform help

    Hi I have this formula below which works on a template I have but I want to add this into my userform1. My range is in sheet called ‘Data’ A1:R17 and the AC3 (Match) is now ComboBox2 and AC4(Match) is now ComboBox1 and I want the result to go into TextBox53 [CODE]...
  2. N

    linking combobox value with VLOOKUP to a textbox in userform

    Hello, I have a sheet "Clients" that contains all clients details as the table below and I have all these data as dynamic named range "Client_Details" "A2:D4" I have a userform with many text boxes and combo boxes, but what I need right now is: Once I choose a Client name in the combobox1...
  3. H

    userform with many Modes..

    On a userform i have these Function's Combobox1 Labels 1 to 7 Textbox 1 to 10 and Commanbutton 1 to 7 I need the Combobox to Look on Range from Cell ("A1:A127") i get it to work on these Codeline Private Sub UserForm_Initialize()'add column of data from spreadsheet to your userform ComboBox...
  4. H

    Label value based on combox

    I have two combo boxes. List of Combobox2 is dependant on list of combobox1. Combobox1 has list of companies. Combobox2 has codes of products the company(selected in combobox1) provides In label1 I want to have name of the product for which the code is selected in combobox2. For the record...
  5. H

    Combobox's

    I need some help with combobox's it's my first time Using those on Userform. 1. Combobox1 should look at Column "E" for Cell with "1" to "7" ---> "1" from E325:E452 (it's for the first 128 Players in Cupsystem)...
  6. 8

    ComboBox Dependencies

    Hello! I am totally new within the VBA universe, so i hope you guys can help me out. So I want to create a ComboBox dropdown, where I have a few selection options availaible. So depending on what is picked on ComboBox1 a certain selection option is shown in ComboBox2. Here is the code use so...
  7. R

    using a comboxbox1 with an offset

    I have a piece of code that works well but I would like to take it to the next level. I have a series of vendors that are on a list and the code below works well. It searches the range locates the vendor code then the offsets copies the values onto another worksheet. what I would like to do is...
  8. gemcgraw

    Populate Listbox with non-consecutive columns

    I'm writing a routine for a small auto-body repair business. They have a massive workbook loaded with data from online catalogs. Each sheet is broken down by Vendor, Inventory, etc. They would like to select a particular vendor in ComboBox1 (Sheet = Vendor) and then the ListBox populates with...
  9. gemcgraw

    Retrieving a ComboBox value

    Good day everyone. Where has the year gone! I've been ripping my code to pieces trying to write this one simple line; however, I can't get my head around it. I need to pull a value already populated in ComboBox1 from Sheet-B then assign that value to a variable on Sheet-A. I just can't...
  10. N

    Userform data arrays

    Hello Excel Friends,<br> <br> I have a user form that currently publishes the data to a database sheet in one row, however, what I need it to do is publish the data vertically instead of horizontally, but I need 2 of the form sources to be replicated in each row.<br> <br> My current user form...
  11. K

    Populate Similar Value in ComboBox

    Is there a more practical way to fill 2 or more different ComboBox with the same value. so, I tried filling in ComboBox1, ComboBox2and ComboBox3 by adding items with standard codes like this Private Sub UserForm_Activate () With ComboBox1 .AddItem "one" .AddItem "two" .AddItem...
  12. R

    Excel Userform :: Time Combobox

    Dear All, Userform1 : Combobox1 - Which shows different country list. "Country A, Country B, Country C, Country D, Country E, Country F, Country G, Country H & Country I" Combobox2 - Which is required to show the Start Time + 1 Hour, based on selection from combobox1. Now, For each countries...
  13. R

    Input Lag in ComboBox Value?

    Hello everyone, Is there any possible way to prevent input lag in a combobox? I am currently playing around two combobox and whenever I change the value of combobox1 from Item 1 to Item 2 (vice versa) then select combobox2, I notice that the previous value of combobox1 one goes back to the...
  14. E

    Calculation Combobox and textbox to locked textbox

    hi all im new here and little noob with excel vba im trying to make a form system that i can use at my work to make my work much easier where i can collect information of my clients and what kind of installations they have on there building i have a userform with: Combobox1 (with text of...
  15. T

    Search in combobox1 VBA in a form

    I would like to populate range "ar1", when I write in the form for a combobox1, range "ar1" should be populated immediately, I'm using Range ("ar1") = ComboBox1.Value, however, It only write first letter, I also have tried to put "ar1" in controlsource from combobox properties, but when I...
  16. D

    VBA Math problem

    Hello all, Just registered but been using the forum as a major help resource but now I need help :confused: Setup: First of all, I'm relatively new to VBE but done quite a bit. I've built a UserForm utilizing a Combobox (ComboBox1) to choose one of 12 worksheets (Months) to enter the values...
  17. P

    subject in email ladding a .value from combobox

    Hi please can you help me i have a button which when clicked sends an email :), but in the subject line i want it to copy what it says in my dropdown box in userform8 the drop down box is called 'ComboBox1' i have tried the code below but it seems not too work, please can you help me? i am...
  18. V

    combobox selects cell and text box info updates corisponding cell

    Hello, im not sure how to code this (obviously lol). i have a simple user form that has 1 combox that lists all items in column a. I have a text box that lists the text in column next to it (column b). what im not sure how to do is to let the user type in a new item into the combobox and text...
  19. J

    VBA pop message box based on certain criteria

    I have a userform where I want to make sure the user is inputting the necessary data. ComboBox41 only needs to be completed IF ComboBox1 has data and ComboBox21 is empty. So if ComboBox1 is empty we can move on. Or if ComboBox1 has data and ComboBox21 has data we can move on.
  20. N

    Display Message "Empty" when Combbox1 has no values or rather Empty

    Anyone in user Forfm Private Sub UserForm_Initialize() combobox1.dropstyle = 1-FrmDropButtonStyleArrow 'when UserForm is Intialized or activated the combobox1.value = "" 'or combobox1.text = "" End Sub 1. When clicked on above combobox1 or on the arrowbutton of the combobox1...

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