Populate ListBox based on Textbox Keywords || Display search results in listbox while typing..

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

ความคิดเห็น • 150

  • @eastgrammarschool
    @eastgrammarschool 3 ปีที่แล้ว +1

    Thanks dear you have solved my big problem.Thanks

    • @Nsutradhar
      @Nsutradhar  3 ปีที่แล้ว

      Most welcome 😊 & subscribe please if you like it

  • @arkd3um1988
    @arkd3um1988 2 ปีที่แล้ว

    I think you might have made the right video for my project.
    Thanks

  • @fahimmulla6673
    @fahimmulla6673 4 ปีที่แล้ว +1

    dynamic populating the list with text from textbox was awesome and I was able to do my work without issue. Thanks !

    • @Nsutradhar
      @Nsutradhar  4 ปีที่แล้ว +1

      If you face any issue like slow, then you can add a command button in userform and cut the code from TextBox and paste it into command button
      Thank you

    • @fahimmulla6673
      @fahimmulla6673 4 ปีที่แล้ว

      @@Nsutradhar Thanks for headsup. A quick question, I see that if there are 2 letters in single name that record is listed 2 times or 3 times if it is repeated 3 times. EG: if customer name lets say is 'Dunkin Donuts ' and I search with only 'd' then it shows 2 lines for same records. I tried to trim but did not work. May be I am not doing it correct. any ideas?

  • @ShahidulIslam-vb2sk
    @ShahidulIslam-vb2sk 3 ปีที่แล้ว

    Yes, it's exactly like what you replied & What I want.That's populate Textboxes & at the same time a listbox based on textbox1 keywords. Thanking you in anticipation.

    • @Nsutradhar
      @Nsutradhar  3 ปีที่แล้ว

      Ok, I will send you a file.
      Please send your email id

  • @junjiejay7661
    @junjiejay7661 4 ปีที่แล้ว +2

    Thank you Nsutradhar. He help me a lot, he willing to help in short time. Support him !!

  • @kkhalilos
    @kkhalilos 3 ปีที่แล้ว

    Good Job EXCELLENT

  • @nathanielcongreso5378
    @nathanielcongreso5378 4 ปีที่แล้ว +3

    This the what ive been looking for. Thank you so much.

    • @Nsutradhar
      @Nsutradhar  4 ปีที่แล้ว +2

      If it works slow to load, then you can add a command button and replace the same code into the command button.
      If you have large data, then it will work slow.
      By the way thanks for your valuable feedback

  • @jayrave4
    @jayrave4 3 ปีที่แล้ว

    Thank you for this - very useful!

  • @ShahidulIslam-vb2sk
    @ShahidulIslam-vb2sk 3 ปีที่แล้ว

    Received your file.Thanks a lot & I've already subscribed your channel.

  • @jaysonchico9055
    @jaysonchico9055 3 ปีที่แล้ว

    Very Helpful! Kudos to you!

  • @godfredmensah3407
    @godfredmensah3407 4 ปีที่แล้ว

    Nice work u doing....

  • @시간속으로-s3k
    @시간속으로-s3k 4 ปีที่แล้ว

    I've solved a problem that I've been very curious about.
    I'm subscribed to your video.
    I'll study and watch other videos,
    Thank you so much.

  • @MrBijaypatni
    @MrBijaypatni 4 ปีที่แล้ว +1

    VERY USEFUL

  • @TheTeknoman
    @TheTeknoman ปีที่แล้ว

    is there anyway you can add another row on the userform? because i have tried another column and add code on it seems to be locked only the current set up

  • @MohAboAbdo
    @MohAboAbdo 3 ปีที่แล้ว

    Thank you so mutch, Sir.

  • @luis851258
    @luis851258 3 ปีที่แล้ว

    SO USEFULL! Thanks a lot!

  • @Fazwaans
    @Fazwaans 3 ปีที่แล้ว +1

    Hi , I really like your video, Specially the search function. Can you kindly add more function like ADD data...Delete Data...Update Data.... in this project...Thanks

  • @ananadkumar7037
    @ananadkumar7037 4 ปีที่แล้ว +2

    Sir, Actually this code is not accept more than 9 column. I had made more than 9 columns then error shows "could not set library property, invalid property value". Can you help me... I want to increase the column count more than 15, but how???

    • @mohamedtahaelbouhali2691
      @mohamedtahaelbouhali2691 3 ปีที่แล้ว +1

      Up , same problem

    • @muhammadkausar2842
      @muhammadkausar2842 7 หลายเดือนก่อน

      Instead of Me.listbox1.additem
      Use me.listbox.rowsource = sheet1.name & "!A2:K" Lastrow

  • @aannasrulloh9975
    @aannasrulloh9975 4 ปีที่แล้ว +2

    how with 2 textbox to filter (2 condition), so textbox1 to filter listbox and textbox2 to filter again the listbox? thanks

  • @ulquiorra3504
    @ulquiorra3504 4 ปีที่แล้ว +1

    Thanks for this video.
    I kindly need help here,
    if there are 3 worksheets available, how do you then search through these worksheets and display the result in the list-box?

  • @oediarti2012
    @oediarti2012 3 ปีที่แล้ว +1

    Where to put Blue colour in header sir?

  • @KadatuaCreator
    @KadatuaCreator 4 ปีที่แล้ว +1

    Great Tutorial

  • @fiqah2907
    @fiqah2907 3 ปีที่แล้ว +1

    hi can you make a video like this, whenever the user double click the listbox it will open the pdf file (with the hyperlink from excel table to pdf file) - pdf file that is located at the mapped network (this pc). really appreciate your kind help

  • @dariuszbox9678
    @dariuszbox9678 2 ปีที่แล้ว

    Do you have a free form for example ?

  • @mathmadeeasy2601
    @mathmadeeasy2601 ปีที่แล้ว

    I am Textiles engineer. I have to develop an AI where I can compare EPI, PPI, Greige width and gets Finished Width automatically. Please help what should I do...

  • @scalemodelstudio
    @scalemodelstudio 3 ปีที่แล้ว

    my system is kinda like this but its not in userform. i want to make it like this but has more criteria for searching to narrow down the search cause mine is dealing with automotive parts. do you have any suggestion. i love your idea. :)

    • @Nsutradhar
      @Nsutradhar  3 ปีที่แล้ว

      You can try this
      th-cam.com/video/TxsjjaWWKFQ/w-d-xo.html

  • @quincyirang2543
    @quincyirang2543 3 ปีที่แล้ว

    This is one of a kind.

  • @sharadmoktan6874
    @sharadmoktan6874 4 ปีที่แล้ว +1

    My query is:
    If the stock level falls below the minimum level we can do a conditional formatting in excel and show the present stock as red color or set ut to blink.
    And in the same way what would be the VBA code to show the same minimum stock level in listbox in high lighted form

    • @Nsutradhar
      @Nsutradhar  4 ปีที่แล้ว

      Hello sir,
      It's not possible to change the colour of an individual item in a listbox or by condition

  • @chhansambath5244
    @chhansambath5244 4 ปีที่แล้ว +1

    Hi how to show header in the list box more than 20(mine54header)

  • @rubenrivera6111
    @rubenrivera6111 2 ปีที่แล้ว +1

    Goodmorning sir, i found out that your tutorial was very useful, i tried some double click function on listbox and it will fill those necessary name, but it will always show the header that you created inside list box

    • @Nsutradhar
      @Nsutradhar  2 ปีที่แล้ว +1

      What do you want to do by double clicking on listbox?

    • @rubenrivera6111
      @rubenrivera6111 2 ปีที่แล้ว

      ​@@NsutradharI want to fill out the textbox, for example, if I have a textbox for Product name, when I double click the result in the list box, it will fill the textbox with the product name that I double click.

    • @Nsutradhar
      @Nsutradhar  2 ปีที่แล้ว +1

      '-------------Data Transfer from ListBox To TextBoxes----
      Dim x As Integer
      For x = 1 To 9
      Me("TextBox" & x).Value = Me.ListBox1.Column(x)
      Next x
      End If
      Next r

    • @rubenrivera6111
      @rubenrivera6111 2 ปีที่แล้ว

      @@Nsutradhar thank you so much :) you're so much help

  • @anitaferreira3923
    @anitaferreira3923 2 ปีที่แล้ว

    I have more than 30 columns in my project.
    The column I want to search for is "F". What should I change in your wonderful code.

    • @Nsutradhar
      @Nsutradhar  2 ปีที่แล้ว

      Please follow the below process
      th-cam.com/video/i1k7Vz9Q-iU/w-d-xo.html

    • @Nsutradhar
      @Nsutradhar  2 ปีที่แล้ว

      nsutradhar.blogspot.com/p/how-to-use-listboxadditem-method-for.html?m=1

  • @aqeelahmad8237
    @aqeelahmad8237 3 ปีที่แล้ว

    If want search data by Date then??

  • @mariamxxxx
    @mariamxxxx 2 ปีที่แล้ว

    This is the only video that worked (partially) for me. I have several issues, the search column that I want to search by is my 6th column (column F), can you guide me to how I can do this? also search results are duplicated or occurs 3-4 times as am typing. In general, i don't really understad what i, x and p is...

  • @prakashpaneru9015
    @prakashpaneru9015 4 ปีที่แล้ว +3

    I have try same code, but the error has been seen in the "me. listbox1.clear " mai error " listbox1=Null" dekha raha hai.

    • @Nsutradhar
      @Nsutradhar  4 ปีที่แล้ว

      You can send me your file so that I can check and give you better feedback
      To below email..
      nsutradhar.cob@gmail.com

  • @nhannguyen-fx3gw
    @nhannguyen-fx3gw 3 ปีที่แล้ว

    thank you😃

  • @dariuszbox9678
    @dariuszbox9678 8 หลายเดือนก่อน

    Do you have free form ?

  • @68team
    @68team 2 ปีที่แล้ว

    Bhai ye kam to krta hai lekin kuchh samay bad ye kam nhi krta wo sirf numeric value se hi search krta hai kya issue hai pls reply

  • @edandlanie0702
    @edandlanie0702 3 ปีที่แล้ว

    how about if the search field that i want to search is in column D? how can i execute? thank you

    • @Nsutradhar
      @Nsutradhar  3 ปีที่แล้ว

      Just change as follow...
      For x = 1 to Len(sh.cells(x, 4))
      And change also
      If Lcase(Mid(sh.cells(i, 4), x, p)) = ....
      ......

  • @sounkakada1645
    @sounkakada1645 ปีที่แล้ว

    Excuses me can you show VBA code format lisbox continue with this video

  • @gargostar4346
    @gargostar4346 2 ปีที่แล้ว

    BHAI PATA MHI KYU LEKIN KUTCHH SAMAY BAD WO SHIRF NUMERIC VALUE SE HI SEARCH HOTA HAI

  • @carlosgaspar4207
    @carlosgaspar4207 4 ปีที่แล้ว +1

    Hi, Very good, but how to do it if we want to use the same textbox to look for a data from another column than the first?
    I would really like to know the solution for this case. thank you very much for your availability

  • @sayediqbal59
    @sayediqbal59 4 ปีที่แล้ว +1

    nice.....but when i paste text in textbox,then not searching anything.....
    Listbox remain blank...pls confirm

    • @Nsutradhar
      @Nsutradhar  4 ปีที่แล้ว +1

      It works only when you are typing in textbox bcz the macro is sub textbox_change
      You can try this same code in textbox_afterchange

    • @sayediqbal59
      @sayediqbal59 4 ปีที่แล้ว

      Thanks one more query.
      My data have duplicate rows,suggest me how to ignore repetitive items from listbox

    • @godfredmensah3407
      @godfredmensah3407 4 ปีที่แล้ว

      @@Nsutradhar please can we be friends so you can help me

  • @aannasrulloh9975
    @aannasrulloh9975 4 ปีที่แล้ว +1

    i try same code to paste in textbox2 (the program code has been adjusted to column C), but textbox 2 don't filter result of filter textbox1 (column B). Or textbox1 don't filter result of textbox2. please help me.

    • @Nsutradhar
      @Nsutradhar  4 ปีที่แล้ว

      You can try this for two comnobox
      If sheet1.cells(i, 2) = me.combobox1 and sheet1.cells(i,7) = me.combobox2 then
      me.listbox1.additem .....
      .........
      End if
      Next i

    • @aannasrulloh9975
      @aannasrulloh9975 4 ปีที่แล้ว

      @@Nsutradhar so i changed code :
      if Lcase(Mid(sh.cells(i, 2), x, p)) = me.textbox1 and me.textbox1 " " then
      using that code?

  • @karamalab
    @karamalab 3 ปีที่แล้ว

    Thank you.. it was exactly what I was looking for.. only one additional idea is needed: what if I want to search all columns not only the first one?

    • @Nsutradhar
      @Nsutradhar  3 ปีที่แล้ว +1

      please send your email, I will send you a file where you can resolve your issue. & don't forget to subscribe

    • @gargostar4346
      @gargostar4346 2 ปีที่แล้ว +1

      MORE EASY WAY FOR IT , ADD ONE EXTRA COLOMN AND CONCATINATE ALL THE COLOMN IN THAT COLOMN AND GAVE TH REF. OF THAT COLOMN ..

  • @tseringchomphel9565
    @tseringchomphel9565 4 ปีที่แล้ว

    great lesson. However, I got an issue with my program. my excel data contain both alphabet and numeric in the same cell (eg. b230), whereas the search does not detect alphabet but it search according to number. Need help with this.

  • @Yorumcu63
    @Yorumcu63 2 ปีที่แล้ว

    Great

  • @jhunbanton7414
    @jhunbanton7414 3 ปีที่แล้ว

    Hi, can you make one that has combo box criteria for multiple sheet in addition to this search codes. because I have 8 sheet in a work book and I want categorize using combo box then use this code to search base on a combo box criteria. thank you for sharing your knowledge.

    • @Nsutradhar
      @Nsutradhar  3 ปีที่แล้ว

      Thanks for your comment. Keep in touch. I will provide you the necessary file.
      Please give your email id

    • @jhunbanton7414
      @jhunbanton7414 3 ปีที่แล้ว

      Jhunbalmiranez@gmail.com
      Thank you and more power to you.

    • @Nsutradhar
      @Nsutradhar  3 ปีที่แล้ว

      th-cam.com/video/M8qPDwCb2cY/w-d-xo.html

  • @sh-zv3eq
    @sh-zv3eq 3 ปีที่แล้ว

    Awesome !

  • @malex118
    @malex118 2 ปีที่แล้ว

    thank you!

  • @ShahidulIslam-vb2sk
    @ShahidulIslam-vb2sk 3 ปีที่แล้ว

    Hi sir! Read all your videos.But got no solution.I'm in a fix-what to do.Problem is- I've an excel database with A:H. Among these I want to display data of A,B,C in 3 Textboxes & the left that is D:H in a Listbox simultaneously when i enter any data in textbox1 using an USERFORM. will be so lot appreciated if you do me a favor with a VBA code.Looking forward to you.

  • @S.art1396
    @S.art1396 4 ปีที่แล้ว

    Sir, kindly explain and make a video about 'Error in loading DLL' in Microsoft Visual Basic.

    • @Nsutradhar
      @Nsutradhar  4 ปีที่แล้ว

      Contact me at nsutradhar.cob@gmail.com, I will send you the file & then you can run it

    • @klodha764
      @klodha764 3 ปีที่แล้ว

      @@Nsutradhar Hello i want to filter data excel with total sum

  • @satishdeshpande1336
    @satishdeshpande1336 4 ปีที่แล้ว

    Dear Sir..
    Its fantastic tutorial..
    Pls suggest me code that whenever we did last entry from text box press enter on command button... then list box automatically shows last data entry record with selection without scrolling listbox....
    Waiting for your genuine reply...

    • @Nsutradhar
      @Nsutradhar  4 ปีที่แล้ว

      Please write the below code
      Me.ListBox1.ListIndex = me.ListBox1.ListCount - 1
      before End Sub for your command button.

  • @allennavales4135
    @allennavales4135 3 ปีที่แล้ว

    this is ms officd 365?

    • @Nsutradhar
      @Nsutradhar  3 ปีที่แล้ว

      office 2016, but it will work on 365. to download this file visit below
      nsutradhar.blogspot.com/2020/01/populate-listbox-based-on-textbox.html

  • @erwinyazi1937
    @erwinyazi1937 4 ปีที่แล้ว

    What if I Want to search from more than one column? like two-column or more?

    • @Nsutradhar
      @Nsutradhar  4 ปีที่แล้ว

      You can see 👇
      th-cam.com/video/i1k7Vz9Q-iU/w-d-xo.html
      I hope you will find your answer..
      You can visit my blog also
      nsutradhar.blogspot.com/p/view-all.html?m=0

  • @68team
    @68team 2 ปีที่แล้ว

    Bhai ye capital later me type kre tab search nhi krta hai ?

    • @Nsutradhar
      @Nsutradhar  2 ปีที่แล้ว

      Yes, if you want to search by typing small letters, then you need to use Ucase instead of Lcase in vba code

    • @Nsutradhar
      @Nsutradhar  2 ปีที่แล้ว

      aur agar isme apko kisi vi torh modify korni hai, you can send me your file with full description at nsutradhar.cob@gmail.com

    • @68team
      @68team 2 ปีที่แล้ว

      @@Nsutradhar Thanks buddy,
      lekin agar dono se karna ho to ?

  • @pasongsinkhamchan1033
    @pasongsinkhamchan1033 3 ปีที่แล้ว

    How can I remove duplicate or many results when tying only 1 letter

    • @Nsutradhar
      @Nsutradhar  3 ปีที่แล้ว

      It is not possible to remove many same result when you type only single letter. It will repeat your results as per your letter.
      You can try another method
      nsutradhar.blogspot.com/2020/09/listbox-with-multiple-criteria-in-excel.html?m=1

    • @Nsutradhar
      @Nsutradhar  3 ปีที่แล้ว

      Please insert the below code befor End Sub. I hope it will work for you
      Dim k As Long
      Dim j As Long
      With ListBox1
      For k = 0 To .ListCount - 1
      For j = .ListCount - 1 To (k + 1) Step -1
      If .List(j) = .List(k) Then
      .RemoveItem j
      End If
      Next
      Next
      End With

    • @pasongsinkhamchan1033
      @pasongsinkhamchan1033 3 ปีที่แล้ว

      @@Nsutradhar Wow you are amazing! It works well for me. Thank you so much.

  • @beurTV
    @beurTV 4 ปีที่แล้ว

    hello sir , please can you send me the vba code i'have try but i didin't menage to write the code correctly ! thank you

    • @Nsutradhar
      @Nsutradhar  4 ปีที่แล้ว +1

      nsutradhar.blogspot.com/p/how-to-populate-listbox-based-on.html

  • @firmanyuliansyahkurachman1987
    @firmanyuliansyahkurachman1987 3 ปีที่แล้ว

    In the listbox the data I was looking for was found, but below the data, the listbox header appears and there are so many? What caused it? the order of the data in the listbox is like this:
    - The first line is the Listbox Header
    - second line: The data I'm looking for
    - next line: Listbox header (so many)

    • @Nsutradhar
      @Nsutradhar  3 ปีที่แล้ว

      Use me.listbox.clear at the top of the VBA code

  • @mannymany4423
    @mannymany4423 4 ปีที่แล้ว

    Hi Guru. Is there a fix to the duplicating values in the list box when typing the first character in the text box? Thank you so much for this tutorial. It is very helpful.

    • @Nsutradhar
      @Nsutradhar  4 ปีที่แล้ว +2

      Duplicate value occurs bcz suppose you type "s" in TextBox and you have samsung mobile in your database and in Samsung mobile has two s, so that you will show twice in your listbox and when you type in full word it will show single.
      Thank you for writing

  • @borjal-ilemsarl6186
    @borjal-ilemsarl6186 2 ปีที่แล้ว

    Hello .please send me the syntax of this code .thinks

    • @Nsutradhar
      @Nsutradhar  2 ปีที่แล้ว

      Private Sub CommandButton1_Click()
      'declare all veriables.......
      Dim sh As Worksheet
      Set sh = Sheets("PRODUCT LIST")
      Dim i As Long
      Dim x As Long
      Dim p As Integer
      Me.ListBox1.Clear
      'Set ListBox headers.......
      With Me.ListBox1
      .AddItem "Search"
      .List(0, 1) = "ITEM CODE"
      .List(0, 2) = "SUPPLIER"
      .List(0, 3) = "ITEM"
      .List(0, 4) = "QYT"
      .List(0, 5) = "UOM"
      .List(0, 6) = "U / PRICE"
      End With
      'select headers after search.......
      Me.ListBox1.Selected(0) = True
      'use of i veriables to check each cell values......
      For i = 3 To sh.Range("F" & Rows.Count).End(xlUp).Row
      For x = 1 To Len(sh.Cells(i, 6))
      p = Me.TextBox1.TextLength
      ' condition apply by which it will search data.....
      If LCase(Mid(sh.Cells(i, 6), x, p)) = Me.TextBox1 And Me.TextBox1 "" Then
      With Me.ListBox1
      .AddItem sh.Cells(i, 6)
      .List(.ListCount - 1, 1) = sh.Cells(i, 3)
      .List(.ListCount - 1, 2) = sh.Cells(i, 4)
      .List(.ListCount - 1, 3) = sh.Cells(i, 6)
      .List(.ListCount - 1, 4) = sh.Cells(i, 7)
      .List(.ListCount - 1, 5) = sh.Cells(i, 8)
      .List(.ListCount - 1, 6) = sh.Cells(i, 9)
      End With
      End If
      Next x
      Next i
      '------------NSUTRADHAR--------------------------------
      End Sub

  • @sokhengban
    @sokhengban 4 ปีที่แล้ว

    Hello sir. I have duplicate rows, why?

    • @Nsutradhar
      @Nsutradhar  4 ปีที่แล้ว +1

      If you write full word then there will be no duplicate.
      And if you write partial then there will be duplicate.
      For example, if you write "a" then it will find for those rows contains "a".
      Suppose , banana has triple a so it show three times. Thank you

    • @sokhengban
      @sokhengban 4 ปีที่แล้ว

      @@Nsutradhar Thanks, sir

  • @proyecto2148
    @proyecto2148 4 ปีที่แล้ว

    Is there a code to filter data in a listbox from a textbox with more than 1 million rows?

    • @Nsutradhar
      @Nsutradhar  4 ปีที่แล้ว

      download this file and try it
      nsutradhar.blogspot.com/2020/08/display-search-results-in-listbox-with.html

  • @TheJaebeomPark
    @TheJaebeomPark 4 ปีที่แล้ว

    hello, it is lucky to see this video. Me.TextBox1 = Format(StrConv(Me.TextBox1, vbLowerCase)) ?? what is the meaning?

  • @joyzuniga3963
    @joyzuniga3963 4 ปีที่แล้ว

    I have tried this, it works at first but I have 25 columns,I already set the columnwidth properties on listbox to 25, however I am getting error when I tried to load column header above 9(I start to 0). "Could not set the list property. Invalid property value." is the error

    • @Nsutradhar
      @Nsutradhar  4 ปีที่แล้ว +1

      You can see this
      th-cam.com/video/i1k7Vz9Q-iU/w-d-xo.html

    • @joyzuniga3963
      @joyzuniga3963 4 ปีที่แล้ว

      @@Nsutradhar Thank you and I was amazed by the solution

  • @zalabya83
    @zalabya83 4 ปีที่แล้ว

    i managed to make it but it’s a little bit slow in response, is there a way to speed it a little bit, thanks and great post btw 😊

    • @zalabya83
      @zalabya83 4 ปีที่แล้ว

      @Nsutradhar

    • @Nsutradhar
      @Nsutradhar  3 ปีที่แล้ว

      insert a commandbutton on your userform and cut this code from TextBox1_Change and paste it into the commandbutton. In this way you can speed up

  • @karencuellar
    @karencuellar 4 ปีที่แล้ว

    How to display the results in the list box with more than 10 columns/categories?

    • @Nsutradhar
      @Nsutradhar  4 ปีที่แล้ว

      Please see this video 👇
      th-cam.com/video/i1k7Vz9Q-iU/w-d-xo.html

  • @sharadmoktan6874
    @sharadmoktan6874 4 ปีที่แล้ว

    How to indicate minimum stock level in listbox vba

    • @Nsutradhar
      @Nsutradhar  4 ปีที่แล้ว

      You can create a userform that shows only those items which are below minimum stock level.
      If sh.cells(i, 4) < 5 then
      Me.listbox1.additem
      ...........
      ..........
      End if

  • @quincyirang2543
    @quincyirang2543 3 ปีที่แล้ว

    Why sometimes it cannot function

  • @ouzadidibrahim
    @ouzadidibrahim 4 ปีที่แล้ว

    I can't show more than one column in the list box

    • @Nsutradhar
      @Nsutradhar  4 ปีที่แล้ว

      You should check Listbox property and change the number of Column count .
      Thank you

  • @akilant2219
    @akilant2219 3 ปีที่แล้ว +1

    SUCCESS

  • @Babaloo7217
    @Babaloo7217 4 ปีที่แล้ว

    Sir when you type "A or C" OR any one character type then show one value multiple time U can see please correct it thanks
    Or give me email address I will send you screenshot thank you

    • @Nsutradhar
      @Nsutradhar  4 ปีที่แล้ว +1

      actually if you write one letter then it find all values which contains this letter. supposed you want to search "banana" and you type in textbox "a" then it will show you three times banana bcz banana has contains three a
      thank you

    • @chona456
      @chona456 4 ปีที่แล้ว +1

      @@Nsutradhar how do we avoid this showing multiple values?

    • @sokhengban
      @sokhengban 4 ปีที่แล้ว

      Please tell sir.

  • @caragliavincenzo
    @caragliavincenzo 2 ปีที่แล้ว +1

    Hi, I wanted to congratulate you on a fantastic job.
    But how can I also add the list of colon A ?
    If I put column C because the info to be filtered is in column C, in the listbox I can also get out the numbers in column A th-cam.com/video/zaPpkWYnAN4/w-d-xo.html

  • @sfaclkolvi191
    @sfaclkolvi191 2 ปีที่แล้ว

    .

  • @eyeofthetiger8287
    @eyeofthetiger8287 2 ปีที่แล้ว

    Disturbing background Music Not Good !!!! You should talk and explain !!

    • @Nsutradhar
      @Nsutradhar  2 ปีที่แล้ว

      Thanks for Your valuable feedback. You may visit for vba code and explanation nsutradhar.blogspot.com

  • @احمدعبدالجبار-ب5ط
    @احمدعبدالجبار-ب5ط 4 ปีที่แล้ว

    Great Tutorial

  • @ShahidulIslam-vb2sk
    @ShahidulIslam-vb2sk 3 ปีที่แล้ว

    Hi sir! Watched your all videos.But got no solution.I'm in a fix-what to do.Problem is- I've an excel database with A:H. Among these I want to display data of A,B,C in 3 Textboxes & the left that is D:H in a Listbox simultaneously when i enter any data in textbox1 using an USERFORM. will be so lot appreciated if you do me a favor with a VBA code.Looking forward to you.

    • @Nsutradhar
      @Nsutradhar  3 ปีที่แล้ว

      I want more clarification:
      That means..
      Do you want to get data in textbox 2 and 3 and also listbox when you typing in textbox 1.
      Is it your issue? Let me know