Тёмный

VBA - User Form: Search as you Type using TextBox and ListBox | Search by criteria 

hay kel
Подписаться 2,3 тыс.
Просмотров 54 тыс.
50% 1

In this video, we will see how to display the search result in a list box on Userform Excel VBA.
Feeding a Listbox.
Filter a Listbox using multi-criteria with Combobox and Textbox.
Perform intuitive searches.

Опубликовано:

 

8 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 45   
@malcolmt3125
@malcolmt3125 2 месяца назад
This is absolutely awesome, there are very few that implement a userform for this type of search, that you can actually follow along and can tweak to get it into your own project. Thank you for you time in putting this out for the masses. Not sure why you didn't post the actual code as well, but that made for a better understanding
@Miku-xg3qb
@Miku-xg3qb 19 дней назад
You didn't show how the header of each of the 9 columns is placed at the end of the video, we were left with the form without the header of the columns?
@Jojosmith342
@Jojosmith342 9 месяцев назад
Excellent. You're great VBA teacher. Thanks for your best code and another useful tutorial. Your code works like miracle. All thumbs up. Already subscribed
@hay_kel
@hay_kel 8 месяцев назад
You are welcome
@roronoazoro8343
@roronoazoro8343 10 месяцев назад
good but could have been better and faster to work with the large table by using filtering the table using Wildcard(*) and coping the data to a temp sheet and then bringing the data in the list box with range. by converting the data in to the table it gives whole lot of functions to use for us and still keeping all the sheet functions also.
@xoxo6911
@xoxo6911 17 дней назад
How do you display more than 10 columns in the list box? Only able to show 9
@jdresurreccion3304
@jdresurreccion3304 4 месяца назад
loved this! I'll test this on the project I am currently working on. Is it possible to conduct the search anywhere in the criteria? For example, if I type or, it will show the result of any word that has letters "or" and not just the one that starts with or?
@adeshraka6668
@adeshraka6668 Год назад
How to search listbox name midlename last name.. Example.. In textbox type..A B C.. result..Adi Bike Care in vba please vba code..
@games-by2fy
@games-by2fy 8 месяцев назад
thank you so much
@hay_kel
@hay_kel 8 месяцев назад
you are welcome
@VuongBui-b2k
@VuongBui-b2k 24 дня назад
Is the Excel file used in the demonstration available for download? I did not see the link.
@abhilashsnamboothiri8134
@abhilashsnamboothiri8134 11 месяцев назад
sir, it shows an error - variable a is not defined. How can I solve this
@shana0165
@shana0165 10 месяцев назад
same
@edthbkk1
@edthbkk1 5 месяцев назад
Add "Dim a" to the top of the form, first line
@PopoyTanke
@PopoyTanke 2 месяца назад
Hi, I'm getting the error variable not defined on a = Len(Me.TxtSearch.Text) where can I set the A variable?
@onlineservices6150
@onlineservices6150 Год назад
Sir I need help 🙏 Why this search method is working slow when data is more than 100 and searh textbox responding very slow. Please give the solution .
@angelou8633
@angelou8633 Месяц назад
yeah , it loads very slow. did you find a solution?
@adonisfilea2529
@adonisfilea2529 7 месяцев назад
Thank you very much
@hay_kel
@hay_kel 7 месяцев назад
You are welcome
@portregaleri
@portregaleri 4 месяца назад
I tried to correct the codes for the listview. But I couldn't. Can you edit the codes for the listview? Thank you.
@mohamedrushan7705
@mohamedrushan7705 10 месяцев назад
How to get the header on list box. . Isn't explained but finally on there how????
@ronedwardyap6940
@ronedwardyap6940 6 месяцев назад
Same
@c0deblack
@c0deblack 2 месяца назад
same, i used “listbox1.clear” and this make listbox has no headers 😢
@angelou8633
@angelou8633 Месяц назад
yeah, i use rowsource
@RAHIMPHYSICS
@RAHIMPHYSICS 19 часов назад
@@angelou8633 How did you used that? I am trying but facing problem, can you please help?
@binodrabha6633
@binodrabha6633 10 месяцев назад
sir 10 above loop posible or not ?
@shahabali4518
@shahabali4518 3 месяца назад
Excellent
@hay_kel
@hay_kel Месяц назад
Thank you! Cheers!
@ahmadabunaqoos1602
@ahmadabunaqoos1602 3 месяца назад
this only work for 9 column ia any way to use more than 10 columns
@anhnhatnguyet4628
@anhnhatnguyet4628 10 месяцев назад
vba excel, A1 type a few characters (if it supports Vietnamese, even better), B1 is the directory path to search, when found in B1 the word or excel file contains the same content as A1, then will return results from C1 down: the search path to the folder containing the word or excel file, the result contains content identical to A1 (including the file name). please help me
@erol9000
@erol9000 Год назад
Super
@hay_kel
@hay_kel Год назад
Thank you
@dilipbera1970
@dilipbera1970 8 месяцев назад
it shows only first column, please help
@medising3802
@medising3802 8 месяцев назад
Go to the properties of your ListBox, and increase the ColumnCount to the number of Columns you want to see. Maybe this helps.
@javedakhtarjp
@javedakhtarjp 9 месяцев назад
sir , how to search text in the middle?
@MultiBoleba
@MultiBoleba 5 месяцев назад
My code don't work, the informations are not showed in listbox after all, anyone have a tip for the solution?
@kiko1502592
@kiko1502592 4 месяца назад
Same here
@anon-design
@anon-design 24 дня назад
how i want add column detals like you with color green please see in last scene 12:55
@anon-design
@anon-design 24 дня назад
Please help
@suleymanturkmen2748
@suleymanturkmen2748 7 месяцев назад
harika
@hay_kel
@hay_kel 7 месяцев назад
Thank you
@alim6770
@alim6770 6 месяцев назад
can u send me the file
@manojsingal1136
@manojsingal1136 4 месяца назад
Na ismeaapne search की कोई coding ki hai kuch kaam nhii kar raha pagal बना रहे हो ना Sheet downloads की try के liye
@GopalBiswas-wt5ef
@GopalBiswas-wt5ef Год назад
Sir 31 March 2024 file expired हो जाएगा 1st अप्रैल open ओपन करने के लिए पासवर्ड देना होगा Excel VBA code कैसे लिखो लिखें
Далее
VBA Userform: Search, Next and Previous Buttons
12:03
ПРИКОЛЫ НАД БРАТОМ #shorts
00:23
Просмотров 3,6 млн
Display Search Results in a ListBox - Excel VBA
25:37
Просмотров 189 тыс.
VBA User Form: Add, Update, Delete and Save
22:47
Просмотров 39 тыс.
ListBox Search Crieria Match Every Spell Excel VBA
10:22
Excel VBA Progress Bar
4:32
Просмотров 1,9 тыс.
How to Run UserForm without Showing Excel Window
12:44
Просмотров 111 тыс.