TechAgent007
New Member
- Joined
- Feb 16, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
So, somehow I was able to get the list to show up like I wanted. then I wanted to do better, deleted the code aaaaaaaaaand it won't work. Now I can't even get the RowSource to work with the Name Manger dynamic range I set up. At one point I could get a click event to run but not return anything. No errors. Now nothing. I've added an image to give you an idea. I will not be able to upload the code as it contains work sensitive data locations (customer data)
This user form works PERFECT for entering data into the "database." I just updated it to prevent blank entries. So I CAN call external locations on a click event.
I want to open the form and have the list populated and filter as you type in either Check# or E-mail
OR
I want a list populated by value on click.
HOW DO I
- call to the external workbook to populate the listbox when it opens? I need the first 3columns out of 7 and have the properties set in the UserForm (also image attached). When I got it to work it appeared beautifully. I had used a custom formula because it's a table that will grow as time passes:
=OFFSET('directorylocation\[DATABASE.xlsm]DATABASE'!$A$2,0,0,COUNTA('directorylocation\[DATABASE.xlsm]DATABASE'!$A:$A)-1,3)
- Get a click event to actually display results in the listbox?
The listbox is ONLY for display and there will be no editing done. Am I even using the right object? I feel really dumb here ?
This user form works PERFECT for entering data into the "database." I just updated it to prevent blank entries. So I CAN call external locations on a click event.
I want to open the form and have the list populated and filter as you type in either Check# or E-mail
OR
I want a list populated by value on click.
HOW DO I
- call to the external workbook to populate the listbox when it opens? I need the first 3columns out of 7 and have the properties set in the UserForm (also image attached). When I got it to work it appeared beautifully. I had used a custom formula because it's a table that will grow as time passes:
=OFFSET('
- Get a click event to actually display results in the listbox?
The listbox is ONLY for display and there will be no editing done. Am I even using the right object? I feel really dumb here ?