listboxes

  1. R

    Combobox - named ranges and criteria - VBA

    Hi, I have a macro button to open a userform mailing list (see image) which includes a combobox and listboxes. I had written code which got enhanced by member 'beyond Excel' below. Credits to him/her. The goal is to save the Sender, CC and Recipient addresses in named ranges on the data sheet...
  2. D

    Find current week number from 2 different listboxes

    Hi, I had a listbox (ListBox1) with all 52 weeks of the year in and Fluff very kindly supplied me with this code that worked perfectly for me: Me.ListBox1.Selected(Application.WeekNum(Date) - 1) = True But because the listbox was so long I have decided to use 2 listboxes (ListBox1, ListBox2)...
  3. S

    Populating a multicolumn Listbox from 2 other Listboxes

    I have a Userform which I can pass data from one ListBox to another. This works well with one list of data that is to be transferred over. However, i need to add another column of data. I have 2 Listboxes "Role" and "Name" which now should make up a list item to be passed into a third listbox...
  4. M

    [VBA] Handling events on added controls

    Hi there, I am struggling with events in forms. In brief I am passing information between listboxes on each multipage. Number of pages on multipage control depends on number of specific worksheets. So if user has 4 different tabs with different data, form will be initialized with 4 pages. On...
  5. J

    Return the number of selected items from a listbox

    When a user clicks the submit button all information from the form is transferred to tab in my workbook. The part of this I am having trouble with is the count of selected items from a 3 listboxes. Each listbox needs a separate count going to a different cell. Start of the transfer: Private...
  6. R

    Populating ListBoxes Into Corresponding Excel Sheet Rows

    Hi All, NOTE: Row 1 On UserForm Should Populate In Row 7 In Worksheet "Capital" Row 2 On UserForm Should Populate In Row 8 In Worksheet "Capital" I Have 2 Rows Of ListBoxes & TextBoxes & ComboBoxes. When A User Click On CommandButton1, My Code Populates Data From The UserForm...
  7. AOB

    ActiveX Listboxes (embedded in worksheets) randomly disabled/re-enabled (XL200&)

    Hi guys, I have a workbook with a series of worksheets, each of which has an ActiveX listbox in the top-right corner. The listboxes are dynamically populated by a single public function which is called from the Worksheet_Activate event of each of the worksheets (The call passes the listbox...
  8. Michaels

    ListBox RowSource without Worksheet

    Hello, Long time I haven't posted, so happy to post a question :) The project I'm currently working is has a userform with 6 listboxes and user can add items to those listboxes (the data goes to sheet 1 first and then displays on listbox for all 6 and those listboxes data can be added or...
  9. dreid1011

    Multiple Listboxes, how do I know which one I have selected?

    Good morning, I have created a userform with 3 listboxes. Items are added to each listbox individually as the user inputs data into a corresponding text box. I am trying to add a delete item button, that when clicked, removes the selected item from whichever listbox the selected item is in...
  10. D

    Multiple "Multiple Selection" ListBoxes in a VBA Userform

    Hello Everyone, I am currently working in an internship where I must create excel VBA userforms, intended for clients. In these userforms, there are comboboxes and textboxes all which correctly transfer responses into an excel sheet. However, I have multiple “multiple selection” list boxes in...
  11. kelly mort

    code not workig my way

    I have this code to populate my listbox. Instead on showing me the data as i have it on my sheet, it starts from the next column. I want it to show me the data starting from column B but it started with C. I have got get it show the data the way it is on my sheet so that i can run the other...
  12. G

    Excel VBA UserForm with ListBoxes (multiple Selections) - Unable to clear Multiple Selections

    Hi there, I've created an Excel Worksheet for collecting information. Keeping it to just this as simple as possible.. I have a UserForm with several different types of selection options but mostly ListBoxes with multiple selections option turned on. I don't seem to have the correct code to...
  13. E

    Use listbox to populate ranges

    Hi, I have a couple of issues. First, I am trying to use a listbox to insert values into specific rows in a range. Here is the code to populate the listbox, which seems to be working fine: Private Sub CommandButton1_Click() Dim LR As Long Dim r As Long Dim i As Long...
  14. dmqueen

    Allow user to input into worksheet

    Hello, I have diligently trying to write a VBA program that guides user input from column to column in a worksheet, verifying that an entry was made. It begins by inserting a new row for entry and generating a par number base sequentially on the last entry- this works! ) Then t should allow...

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