Results 1 to 11 of 11

Listbox showing data searched in a sheet using the given combobox value

Threaded View

minominuccio Listbox showing data searched... 11-09-2017, 11:00 AM
Tinbendr Re: Listbox showing data... 11-10-2017, 11:20 PM
minominuccio Re: Listbox showing data... 11-13-2017, 07:56 AM
Tinbendr Re: Listbox showing data... 11-13-2017, 11:46 AM
minominuccio Re: Listbox showing data... 11-13-2017, 11:54 AM
Tinbendr Re: Listbox showing data... 11-13-2017, 11:11 PM
minominuccio Re: Listbox showing data... 11-14-2017, 04:22 PM
minominuccio Re: Listbox showing data... 11-15-2017, 11:17 AM
Tinbendr Re: Listbox showing data... 11-15-2017, 12:28 PM
minominuccio Re: Listbox showing data... 11-15-2017, 03:38 PM
minominuccio Re: Listbox showing data... 11-21-2017, 10:34 AM
  1. #1
    Registered User
    Join Date
    11-09-2017
    Location
    Hamburg
    MS-Off Ver
    Mac 2011
    Posts
    7

    Listbox showing data searched in a sheet using the given combobox value

    Hi everyone,

    I'm facing a very hard (for me) issue. Ok this is my situation:

    1. my worksheet has 7 sheets, let's say DE, E, DU, U, RI, Look, M

    in sheet DE I have the following data:
    COL
    ROW A B C D E F
    1 Name Invoice num Invoice date Value When due when paid
    2 John 1 01.01.17 100 01.01.17 01.01.17
    3 Bill 2 01.02.17 200 01.02.17 01.01.17
    4 Howard 3 01.03.17 300 01.03.17
    5 Mary 4 01.04.17 150 01.04.17
    6 Tina 5 01.01.17 50 01.01.17 01.01.17
    7 Bill 6 01.07.17 170 01.07.17
    8 John 7 01.03.17 100 01.03.17 01.01.17
    9 Mary 8 01.02.17 100 01.02.17

    where the name in A are set from the sheet Look, which has:

    COL
    ROW A
    1 Name
    2 John
    3 Bill
    4 Mary
    5 Howard

    So column A in sheet "Look" has a order list of unique name
    Sheet DE is where I register all the invoices. So I could have, in column A, the same more times.

    My issue

    I created an UserForm like the following:

    Userform1
    Combobox1
    ListBox1

    and I would like that ComboBox1 is populated by the list in column A of sheet "Look" (I menaged it, more or less) and then ListBox1 is populated with all the invoices which are not paid (so with column F empty) of the given data in ComboBox1 searched in the sheet "DE".
    To better explain, if in ComboBox is set the value "John", the listbox will not show anything (all the invoices are paid).
    If combobox shows "Mary", then listbox1 will shows ROW 5 and 9 of the sheet DE.
    What shoudl be the code for that?
    Thank you in advance.
    Giacomo
    Attached Files Attached Files
    Last edited by minominuccio; 11-09-2017 at 11:35 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Show only searched item in listbox only (userform)
    By HaroonSid in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-21-2017, 07:08 AM
  2. [SOLVED] Any Faster Way to Copy/Paste this range? (I have searched and searched and searched)
    By liquidmettle in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 12-12-2015, 02:33 PM
  3. make searched at combobox
    By bskaa in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-30-2013, 09:13 AM
  4. Summary sheet that pulls specific data when searched for
    By Jake7208 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-24-2013, 01:59 AM
  5. Stopping VBA Search from showing error if searched item does not exist
    By viralshade in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-26-2013, 09:37 PM
  6. Replies: 2
    Last Post: 12-07-2012, 02:10 AM
  7. Replies: 6
    Last Post: 02-27-2010, 11:20 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1