Комментарии •

  • @arunblr2
    @arunblr2 3 года назад +2

    Very good tutorial appreciated. It is very good for beginners, hope to see more. Thanks

  • @kkhalilos
    @kkhalilos 7 месяцев назад +1

    Merci pour cette vidéo, Elle m'a aidé à résoudre plusieurs problème de ma sélection

  • @johng5295
    @johng5295 2 года назад +1

    Thanks in a million. Great content. Awesome imagination.Grade: A++💥

  • @malcolmt3125
    @malcolmt3125 22 дня назад

    This is great and well explained, however I want to use this search facility in a textbox of a userform, can you show me what changed would be made to facilitate this please.

  • @salehjawhar
    @salehjawhar Год назад +2

    it's worked for me, Thank you so muchhhhhhh

  • @jaimecelorio273
    @jaimecelorio273 2 года назад +1

    Muchisimas gracias desde "Ecuador"

  • @sigmatabs9814
    @sigmatabs9814 Год назад +1

    Thanks a lot sir, It is very good and it helped me a log.

  • @lanzahealinghaircolorcareu8585
    @lanzahealinghaircolorcareu8585 2 года назад +1

    Great Work, But you should add an option after selection to hit enter or tap to go to next cell

  • @beenay18
    @beenay18 Год назад

    thanks it worked despite me thinking the referencing might be quite messed up. Can you please explain what the doe is actually doing. and what are those syntaxs or libraries or whatever they are called are working, with examples for each function.

  • @kartikshanbhag813
    @kartikshanbhag813 3 года назад +1

    Thanks a lot. Very helpful

  • @theapexpredator157
    @theapexpredator157 3 года назад +2

    Thanks for the video, it's helped me quite a bit. I have a few questions too.
    1) Is there a way to scroll through the list using the up/down arrow keys without having the Text change in the input field?
    2) Is there a shorter line of code to replace the one for the .List? Having to type Worksheets("Data")... is a bit much and I feel like there should be a better way to do it. Maybe with Named Ranges.
    3) Is it possible to do a Step Counter of +1 instead of -1? (I get an error when I try to)
    4) I don't think this can be fixed, but the .ListRows doesn't update In-Real-Time as one is typing. The unused rows are visible still, but they are greyed out.
    Thanks again!

  • @phadil1993
    @phadil1993 3 года назад +1

    Thanks my pro u very good teacher

  • @SpeedEcomSolutions
    @SpeedEcomSolutions 4 месяца назад +1

    Thank Yon Bhai..

  • @sunilvaidme
    @sunilvaidme Месяц назад +1

    its worl fine, thanks

  • @lohanbm12
    @lohanbm12 2 года назад +1

    Vídeo excelente!

  • @erdianadriani5726
    @erdianadriani5726 2 года назад +1

    Thanks for the video, its help me a lot.
    Could you explain how to make combobox empty after entry data?
    Cause I tried this "combobox="" "
    But combobox always show the list.
    Thank you

  • @alializadeh8195
    @alializadeh8195 2 года назад +1

    مرسی

  • @haristeo1964
    @haristeo1964 2 года назад +1

    thanks very muts ......

  • @MohAboAbdo
    @MohAboAbdo 3 года назад +1

    Thank you so mutch, Sir.

    • @ExcelDestination
      @ExcelDestination 3 года назад +1

      You are most welcome

    • @josephkimote661
      @josephkimote661 2 года назад

      @@ExcelDestination 👍 Good things here, learning alot. Help me also do this: I have created a vba userform with autocomplete drop-down combobox search creteria but when I search based on a number or date column it is not able to search. It only searches text-data type columns. How can I modify the code to search for numbers, date and text or combination of any of the data types. Your response will be highly appreciated. Thanks in advance

  • @Drum59510
    @Drum59510 3 года назад +3

    Hi, thanks for the video!
    Could you tell us if you know how to extend the combo box to a whole column?

  • @ameetmehta8482
    @ameetmehta8482 6 месяцев назад

    Excellent video and very helpful too. I have couple of queries with this code. Hope you will help me out with that.
    1. While we erase out all typed letter in combobox, dropdown list should not be visible.
    2. if have two similar names in combobox dropdown list, then keydown does not work.
    Can you please suggest the solution of the above two queries?

  • @bonavkr
    @bonavkr 3 года назад +3

    Hi Sir,
    Need help, why i get error permission denied ?

  • @scalemodelstudio
    @scalemodelstudio 2 года назад +1

    thanks for this man.

  • @LiterasiKitabSuci
    @LiterasiKitabSuci 5 месяцев назад +1

    thanks brow

  • @sigmatabs9814
    @sigmatabs9814 Год назад +1

    Thanks

  • @GTECHGorakh
    @GTECHGorakh 3 года назад +2

    hi sir i found error this line plz help If InStr(1, .List(i), .Text, vbTextCompare) = 0 Then

  • @spritepot
    @spritepot 2 года назад

    How can I make the actual cells do what the combo box does?

  • @maheshlaxkar7504
    @maheshlaxkar7504 9 месяцев назад

    Can we filter data automatically using combobox in same destination like textbox.

  • @tczblood
    @tczblood 2 года назад

    When changing to from Change() to Click() or Dropdownlist doesn't work any ideas?

  • @muhanadmawasalkazmeh137
    @muhanadmawasalkazmeh137 3 года назад +1

    Thank you, can we repeat this combo box in all the cells of the table

  • @onlineservices6150
    @onlineservices6150 10 месяцев назад

    Need help
    It's fantastic but when I type numbers with "/ " like 12/2 it automatically changed into date format like 12/20/2023 and not work backspace to remove year value .
    Please help 🙏

  • @igorperegrino7779
    @igorperegrino7779 3 года назад +1

    good job!

  • @Denmyocean
    @Denmyocean 7 месяцев назад

    How can I see all listed items when pressing down_arrow at the first start of using ComboBox? It shows nothing now. You should type some words before Box stars showing all the items...

  • @sadiqulalam8863
    @sadiqulalam8863 Год назад +2

    Sir, I have a worksheet. In sheet1, column 'AN' I have a list which is a name range. And I want a drop down list in Sheet3, B5 cell. How can I customize your code? Please help me.

    • @shoeb3818
      @shoeb3818 4 месяца назад

      same question here

  • @BharatKumar-fh7ei
    @BharatKumar-fh7ei 3 года назад

    How to repeat same combo box in same coloum? Say avg 5000 times.
    If so please guide me to do it.

  • @akashrajpurohit7542
    @akashrajpurohit7542 9 месяцев назад

    Sir how to add two columns in combobox and seach accordingly?

  • @ehemad
    @ehemad 3 месяца назад

    hello, thanks how would be the code if i want this in a combobox inside o userform, i have spent some time trying to adapt yours but i get multiple errors and i do not know how to continue, help much appreciated

  • @indranilsarkar4046
    @indranilsarkar4046 2 года назад +2

    EXCELENT, SIR, I AM VERY VERY THANKFULL TO YOU

  • @VBAGYAN
    @VBAGYAN 2 года назад

    sir
    what is the code for unique values for
    VBA ComBox Box with AutoComplete Search
    please Share

  • @sabesana1314
    @sabesana1314 2 года назад

    literrally did the same way copied created the excel .. still getting error 70 permission denied... where we are going wrong

  • @mohamedadnan9317
    @mohamedadnan9317 Год назад

    Hello Sir… really interesting work … I did the same in everything but I have a problem… error 438 … please help… thank you in advance

  • @user-it1hd8zl6g
    @user-it1hd8zl6g 8 месяцев назад

    Hello
    Thanks for the video
    I have 3 lakhs plus item names in excel and want to fetch its correct and unique names from google
    Can you please suggest me how can I get unique names from google?

  • @gopaljakhar7495
    @gopaljakhar7495 2 года назад

    If we use indirect formula in drop down list then this coding is't work

  • @bbddbbful
    @bbddbbful 5 месяцев назад

    not working with Userform combox..

  • @kualisindia735
    @kualisindia735 Год назад

    can you pls help me with one demo excel

  • @rehanluthra1440
    @rehanluthra1440 Год назад

    Hi, this was a very helpful video. Is it possible to do the same thing combining 2 lists of data on 2 separate worksheets?

  • @romancompasscrete2681
    @romancompasscrete2681 2 года назад

    Hello
    Excel Destination
    Please can you help me ?
    I send you by e-mail my file .
    Couse i truing do from your video but it not working .

  • @indianmonster1445
    @indianmonster1445 3 года назад +1

    wow

  • @badreddinemaati4866
    @badreddinemaati4866 Год назад

    Not good

  • @dietmarwenz
    @dietmarwenz Год назад +1

    Hello, thanks for this great Video!
    If i click on an Element inside the dropdown, the dropdown collapses and the Combobo don´t show the selected Item. If i Tab out & back in, the selection also disappears. Can you please have a look at my Code?
    ------------
    Private Sub BaseSelect_Enter()
    ArtikelKat = "BASE"
    If Len(BaseFilter.Text) Then
    With BaseSelect
    .Clear
    .List = ComboFiltered(ArtikelKat, BaseFilter.Text)
    .DropDown
    End With
    Else
    With BaseSelect
    .Clear
    .List = ComboUnfiltered(ArtikelKat)
    .DropDown
    End With
    End If
    End Sub
    -----------
    Private Sub BaseSelect_Change()
    ArtikelKat = "BASE"
    If Not Comb_Arrow Then
    With Me.BaseSelect
    .Clear
    .List = ComboUnfiltered(ArtikelKat)
    .DropDown
    If Len(.Text) Then
    .Clear
    .List = ComboFiltered(ArtikelKat, BaseSelect.Text) 'Function to return array with all multi inStr matches from .text entry
    .DropDown
    End If
    End With
    End If
    End Sub
    ------------
    Private Sub BaseSelect_KeyDown(ByVal KeyCode As MSForms.ReturnInteger, ByVal Shift As Integer)
    Comb_Arrow = (KeyCode = vbKeyUp) Or (KeyCode = vbKeyDown)
    If KeyCode = vbKeyReturn Then Me.BaseSelect.List = ComboFiltered(ArtikelKat, BaseSelect.Text)
    End Sub
    --------------
    Thanks in Advance! ;)