Searchable Dropdown for VBA UserForms(Add in 30 Seconds)

Поділитися
Вставка
  • Опубліковано 28 лис 2024

КОМЕНТАРІ • 220

  • @passiveincome4863
    @passiveincome4863 3 роки тому +2

    Hi Paul, did your VBA Fundamentals Course. Had a specific ques, your answer really solved my issue. Thank you. This guy really know what is is talking about. Highly recommended.

  • @Excelmacromastery
    @Excelmacromastery  3 роки тому +7

    Hope you enjoy this video. Let me know in the comments if you think you will use the Searchable Dropbox in your own projects.
    *IMPORTANT*
    -If you get an automation error it's because you don't have 3.5 of the .Net Framework installed.-
    -You can also avoid this error by setting the WindowsVersion property to False.-
    Update 30-01-2023: I have updated the source code so the .Net Framework is no longer required. This new version will work on both Windows and the Mac. No additional setting is required. The WindowsVersion property is no longer used so you can remove it.

    • @saturdayscience5540
      @saturdayscience5540 3 роки тому

      There seems to be a bug. If I type mo in the search then the top and highlighted entry is "To Kill a Mockingbird by Harper Lee (55,606)". If this is the item I was searching for then the natural thing is to click the OK button. The message box shows I selected the book "mo". If after "To Kill a Mockingbird by Harper Lee (55,606)" is highlighted I click or double click the highlighted entry the search area does not update; again clicking OK returns I've selected 'mo'. I have to click on something I dont want and then back on "To Kill a Mockingbird by Harper Lee (55,606)" before OK returns the correct message that I selected "To Kill a Mockingbird by Harper Lee (55,606)".

    • @jeffbrown363
      @jeffbrown363 10 днів тому

      Amazing work, Thank You So Much! I am sure you are very busy but if you do get to read this, I would like to subsequently populate another search from some of the data in the selected row. How would you modify the line "frm.ListData = Sheet1.Range("A1").CurrentRegion" to reference a series of cells in the found row starting from a specific column?

  • @pedromartinez1165
    @pedromartinez1165 3 роки тому

    There is no way to express how greatfull I am with this "GIFT", I'm a newbie to VBA and I really needed a way to search a huge cattle excel "database", this is just godsent. From today I'll start supporting your channel, is the least I can do.
    Thank you - Semper Fi

  • @dazedsong
    @dazedsong 5 місяців тому

    I struggled a bit to get this to work on an existing project, but I did it at the end! thank you so much, the work that you do is amazing

    • @malcolmt3125
      @malcolmt3125 5 місяців тому

      Can I ask, when you got it working on your own workbook, where did your data start, was it on this A1

  • @wowJhil
    @wowJhil 3 роки тому +1

    Never saw something this good while browsing UA-cam before, this makes me even more interested in getting deep into the VBA possibilities!

  • @kolavithonduraski5031
    @kolavithonduraski5031 3 роки тому +3

    nice one 👍
    i programmed a searchable list, when i in excel transformed a list in a Table, and then i used the Filterfunction of the table.
    ofc i used it with the wildcard for searching.
    for example when you search as an user "hello", vba is filtering the table for "*hello*".
    i didnt finish it
    i like your way and will definitly watch it in detail.
    thank you for sharing 👍

    • @Excelmacromastery
      @Excelmacromastery  3 роки тому +2

      Thanks Kolavit. There were many ways to filter. I used an ArrayList in the end because it was quicker.

    • @kolavithonduraski5031
      @kolavithonduraski5031 3 роки тому

      @@Excelmacromastery yep, this is definitly the fastest way. especially with the arraylist.
      i just did it the easiest way (regarding to my case to solve).😆
      i look forward to work through your solution.
      Thank's Again 👍

  • @bryanstark324
    @bryanstark324 2 роки тому

    This is really useful! I have a list of patient names in my spreadsheet that I need to pull up a name to enter in a cell from a list of hundreds of names. Good solution!!

  • @lacueva_v
    @lacueva_v 3 роки тому

    I am not a programmer; however you make me easy learn. Thank you to allow all to download your excel file with the code. I already customised the software for my app. Paul, well done, and please continue. BR from Spain

  • @ExcelForFreelancers
    @ExcelForFreelancers 3 роки тому +3

    Great Job Paul as always. I really enjoyed the training :)

  • @trevordaniels4443
    @trevordaniels4443 2 роки тому +3

    The searchable dropdown works great!! Hopefully you'll do more on userforms eg once the user clicks on something in the dropdown list (a product name for example) how do you populate other textboxes on the userform with information relating to that particular product? Everything I've read on this topic seems to use the userform for data entry which is then passed to an Excel sheet. I want to bring data back into boxes in the userform.

  • @noambrand
    @noambrand 3 роки тому +3

    Wonderful. It would be even better if in addition to the search box option you had a drop down list with alphabetically ordered values (in case the user prefers to use the mouse without typing).

  • @AnilKumar-vi8oe
    @AnilKumar-vi8oe 3 роки тому +7

    As great as always, valuable information... Thank you Paul

    • @Excelmacromastery
      @Excelmacromastery  3 роки тому

      Glad you like it Anil

    • @lalocalle8738
      @lalocalle8738 Рік тому

      Paul, muchas gracias. Trabajo muy prolijo, digno de mención de un gran profesional. Dios lo bendiga y guarde, éxitos renovados para su canal y carrera profesional.
      Algo hice mal, el formulario funciona correctamente, pero no así, el textbox, no despliega los resultados buscados. Alguien dispuesto a extender una mano? Agradezco de antemano. Gracia.

  • @munimrashid7065
    @munimrashid7065 3 роки тому

    This isn't just an amazing searchable dropdown but a great example of code reusability and separating UI from code as much as possible thus maximize productivity.
    This is the first lesson from you on UserForm/UI in this channel and hope more will be posted in coming days.
    Possibly "Mover Lists"* is another useful utility which can be implemented with a class like this one. Another could be "Sortable List" a ListBox with items, each of which can be moved upward or downward to rearrange/sort the list.
    * Mover Lists: exchanging items between to ListBoxes (1. Available items 2. Taken items). Move the selected one[s] or all in the other ListBox. Controls to take care of are: 2 ListBoxes and 4 Buttons [>] [>] [

  • @pspicer777
    @pspicer777 3 роки тому

    Hey. I liked pong! Getting back into Excel after a long hiatus. Your videos are excellent. Thanks for putting them together for us.

  • @WAIT4GOD
    @WAIT4GOD Рік тому

    Hello, this is really nice and helpful and thank you for all you do. What do I need to do extra to make this read from a different column? I changed it to read from D! yet it still reads from A1?

  • @peterwesterhout4538
    @peterwesterhout4538 2 роки тому

    Works great, thanks. You're a true VBA grandmaster.
    Is it also possible to jump to the result in the list, instead of showing the book title?

  • @billroberts4859
    @billroberts4859 3 роки тому

    Another good one Paul! Was worth the wait. Thank you.

  • @shakhobiddinnakiev6767
    @shakhobiddinnakiev6767 Рік тому

    hello sir, what you have done here is fantastic, thank you vary muuch. One question please, what if want to change textbox to combobox ? can you please teach this also , thank you great!!!

  • @ThereseMarieItabag
    @ThereseMarieItabag 9 місяців тому +1

    Hi Paul..Thank you for all your tutorials, I really learned a lot...could you please make a tutorial on this one without using a class, just a normal sub and no overriding of events. Your approach is the fastest among tutorials that I've watched. I tried it with my 27k of rows and it seems very smooth. I have comboboxes that are dependent on the search result. Thank you.

  • @thenebu
    @thenebu 2 роки тому

    Thank you ! Very useful, but how can I show 3 Columns in the listbox ?

  • @CampfireEditor
    @CampfireEditor 3 роки тому

    I just watched the video but haven't digested it yet. I will be trying something like this in MS ACCESS. Thanks.

  • @ccustomcase5612
    @ccustomcase5612 3 роки тому

    Nice job, great tool. After I installed Net Framework 3.5, which I surprisingly did not had on the pc, the integrated ArrayList also worked.

  • @zapnick1
    @zapnick1 Рік тому

    Hi! Thanks for the project it was very useful, I was wondering if you could explain how can I use this code in a multipage configuration inside the userform. I keep getting a runtime error. Thanks again!

  • @brianquinn3801
    @brianquinn3801 3 роки тому

    Super slick! Is it possible to search multiple columns at the same time ? If you type letters/numbers in a box it will return all rows that have contain those letters/numbers? Thanks in advance.

  • @francoismarsau6412
    @francoismarsau6412 2 роки тому +1

    Amazing video as always. Can this code be adopted to use with data validation lists?

  • @pravinrathod1625
    @pravinrathod1625 2 роки тому

    Hi, Can I select multiple values seperated by semicolon in this?

  • @jamesthomas8249
    @jamesthomas8249 Рік тому

    Could this code also be used to add a new Title? I have a list of temporary employees. The searchable drop down would work for entering data.

  • @TheJaebeomPark
    @TheJaebeomPark 3 роки тому +1

    Your content is very helpful

  • @christophmayer2359
    @christophmayer2359 Рік тому +1

    Hi Paul, thanks for all the really good videos here.
    Back to this project & my question: when trying to start it I get the error „method or data object not found“ with an error in the „Private oEventHandler As New clsSearchableDropdown“ showing a problem with the method „itemsrange“. Looking through the class module I can’t find a method „itemsrange“.
    Could you please help me with this specific problem?

    • @christophmayer2359
      @christophmayer2359 Рік тому +1

      Solution found (V 2.1).
      In the readme-file under „3.“ you need to replace „oEventHandler.itemsrange“ with „oEventHandler.List“ in the code to paste in.
      In the xlsm-files it ist updated already.

  • @jesuscova2425
    @jesuscova2425 2 роки тому

    Hi Paul, great Job!!. I found an issue...if the first key you press is not in the list I can still writing in the textbox and the message "No items found!!" does not appear. It should appear when the first letter is pressed. Best regards

  • @dr.hamzamustafa4257
    @dr.hamzamustafa4257 2 роки тому

    Please... Can this work for listbox with multiple columns..... Mean more than one column

  • @MichaelSandford-bo4xc
    @MichaelSandford-bo4xc 6 місяців тому

    Hi Paul, I like your videos and the way you explain the functionality of the code. The searchable drop-down box is quite intuitive. What I would like to know is can either the drop-down list box be parsed into colums? I modified the code in your video on creating a user form to edit a table and added the columns to the list box. I now need to search the data and present the results in coumns for selection of the row. Can you help with that?

  • @kaianten1326
    @kaianten1326 4 місяці тому

    Hello Paul, very nice work. I found an error. When the user remove the starting text with Backspace the mid function get an error.

  • @felixthomas5476
    @felixthomas5476 2 роки тому

    great video! Is it possible to work with multicolumns too?

  • @giorgiomya4546
    @giorgiomya4546 3 роки тому

    Astoundingly Excellent As Always! Thank You Very Much For Sharing!

  • @xenzomi1321
    @xenzomi1321 3 роки тому +1

    This was very helpful. Thank you so much!

  • @FMFT
    @FMFT 2 роки тому

    Excellent!
    What about a Library Management System?

  • @kerwinbram8722
    @kerwinbram8722 3 роки тому +1

    Excellent job man .Thank you

  • @alexalexeenko2472
    @alexalexeenko2472 3 роки тому

    Hi, your program is working fine. How do I get the cell number where the book name is?

  • @thanhdoquang7830
    @thanhdoquang7830 3 роки тому

    This a fantastic leverage.
    Thank you very much bro.

  • @68team
    @68team 2 роки тому

    what can we use this feature with two different textbox and their search is range also different..pls reply

  • @pedraodepirapora
    @pedraodepirapora 2 роки тому

    How should I do to list 2 columns in the ListBox?

  • @luisng941
    @luisng941 2 роки тому

    Good morning, first of all thank you very much for the code, I'm a newbie can you give me the code to load two columns from the search in a listbox?

  • @anburenganathan8369
    @anburenganathan8369 3 роки тому

    Hi paul, i want searchable drop down in user form combobox.. Here you are using list box.. Pls help on this

  • @trevordaniels4443
    @trevordaniels4443 2 роки тому

    The searchable drop down works great, however, if I put a button on the userform and place code into it's click event, nothing happens! An I putting the code in the wrong area of your code?

  • @frederic4160
    @frederic4160 2 роки тому

    I can not select my list to the dropdownlist. Is it in the code "frm.ListData = Sheet1.Range("A3").CurrentRegion" within the "CommandButton1". My list start in sheet1 in cel A3 and goes to A52. Thanks

  • @malcolmt3125
    @malcolmt3125 5 місяців тому

    This is really good as a learning curve but, trying to implement it into my own workbook !
    My data is not starting at A1, but C5, I can only see the reference on this line on the code added from your readme file
    " frm.ListData = Sheet1.Range("A1").CurrentRegion "
    changing this A1 location address does not point to my data, if I add sample data to say B1 or C1 I can get it to see it but not on a line 5 start.

  • @Ali6824
    @Ali6824 2 роки тому

    Thank you Paul for this. Not only is this code extremely usefull, it's beautifuly written too!
    Is it possible for way listBox to display multiple columns based based off of column 1' search criteria?

  • @muhanadmawasalkazmeh137
    @muhanadmawasalkazmeh137 3 роки тому

    Thanks alot,can I get this searchable dropdown list in all the cells of excel sheet

  • @filip3783
    @filip3783 3 роки тому

    Wonderful idea ! Exactly what I need for my UserForm assigning IT programming skills to Employees by HR support. Thank you Sir :)

  • @theFactsPage
    @theFactsPage 3 роки тому

    Life Saver! Thank you so much!!!!

  • @siddhant_shirode_
    @siddhant_shirode_ Рік тому

    Hi, great work the searchable drop-down works great. But I wanted to have 3 such searchable drop-downs in the same userform and I'm unable to do it as the runtime error 2110 comes up. Hope you can help

  • @tranbui6310
    @tranbui6310 2 роки тому

    Hi Paul,
    I did the same but confront error type mismatch when running the main sub-procedure. The error lies in the 2nd code, when I dim frm as userform1. How can I fix that? Thanks

  • @cyrilleonel5133
    @cyrilleonel5133 3 роки тому

    I use your template and change the range from A1 to B1 where B1 column i let it empty for testing purpose but then when i run it, it still tracking the A1 column. How to solve it ?

  • @massimoollani7500
    @massimoollani7500 3 роки тому

    Hi Paul thank you for sharing this great feature. I have a user form on word where the items of the drop down list are populated from an Excel file. Is it possible to create the same searchable feature on word too? Thank you. Massimo

  • @OmkarUmbre
    @OmkarUmbre 3 роки тому +1

    Hi Paul, I'm not able to download files. It takes me to the same cheatcode page. Please help :)

  • @user-vp6cm9le6q
    @user-vp6cm9le6q 2 місяці тому

    How does it work on all sheets?

  • @phongnguyenthanh9076
    @phongnguyenthanh9076 3 роки тому

    Greate job, can i add a label to show how many results found beside "OK" button, or a bit description of selected item.I'll try. Thank you Paul !

    • @Excelmacromastery
      @Excelmacromastery  3 роки тому

      Cam On Thanh. Yes but you would need to add a Label to the clsSearchableDropdown class and then connect it. Then when the textbox change event runs you would update the Label with the ListCount of the ListView.

  • @subramoniamm8629
    @subramoniamm8629 2 роки тому

    Great work
    I have saved the textbox value to database. when i try to retrieve data from database to textbox, I am getting the last alphbet of the data. Pls help

  • @laerciojunior2709
    @laerciojunior2709 2 роки тому

    Thank you so much for share this information.

  • @momi3652
    @momi3652 3 місяці тому

    How to copy this textbox and list box a range of cells?

  • @Fain82
    @Fain82 Рік тому

    Hi Paul, i love your Videos and your Passion for vba. Don‘t know it is mentioned Before But just wanna let you know that the „No item found“ case is Not displayed in the Listbox when the First entry is Not matching with any letter. In This Situation the listbox never will be set visible.

    • @Fain82
      @Fain82 Рік тому

      Possible solution could be to Check if the Current text is in equal to m_startText in the UpdateListbox function. As a resultat the listbox should be set visible

    • @Excelmacromastery
      @Excelmacromastery  Рік тому

      Thanks. I checked that and it works for me. I have updated the code on the 30-01-2023. Are you using this version or an older one?

    • @Fain82
      @Fain82 Рік тому

      I use version 2.0. i have Downloaded it on 23th Jan 2023. Do you consider to embed your clsData structure for multi dim array usage or is it to slow?

  • @mohammedraisdeen6328
    @mohammedraisdeen6328 2 роки тому

    Dear Sir, amazing project. Sir! if it is possible to use this searchable dropdown for multi-columns

  • @luisgil8589
    @luisgil8589 3 роки тому

    Excellent information Paul, the bad thing is that you do not answer the email. No matter; I just wanted to point out that instead of following the instructions in the video to make our new worksheet to use your excellent work, just put our data in column "A" of your file (the lazy way).

  • @gaganrastogi9624
    @gaganrastogi9624 3 роки тому

    Wow, this is amazing. It will help me a lot. Thanks
    Which font are you using for VBA code, that looks awesome.

  •  3 роки тому

    Hi and many thanks to you.
    Is there a way to select item from the listbox with the click of the mouse button?

    • @Excelmacromastery
      @Excelmacromastery  3 роки тому +1

      Double click with the mouse

    •  3 роки тому

      @@Excelmacromastery it does not work

    •  3 роки тому

      Sorry for repeating but do you have any suggestions what could be wrong? Double clicking on the listboz does not carry the selection to the text box????

  • @ingenierialukso4386
    @ingenierialukso4386 3 роки тому

    Hello Paul, and thank you so much for your work and help. I'm using your code but I need to call the list from an array, not from a range. I Don't know how to do that. I've tried to call my arrangement, but how you know, it doesn't work. I could write the info in a new sheet, to call the range, but it wouldn't be elegant. How could I do it?

  • @markchap13
    @markchap13 3 роки тому

    This is a fantastic accomplishment! Is there a way it will work for data types? It seems like it might be getting fooled by the data type symbol before the text in the cell. I tried it with the Stocks data type. Thanks!!

    • @Excelmacromastery
      @Excelmacromastery  3 роки тому

      Hi Mark. You would have to alter the code to get it to work for different data types.

  • @michaelmaguire6709
    @michaelmaguire6709 3 роки тому

    Very useful, thanks for posting, Pau

  • @Ukdrama333
    @Ukdrama333 Рік тому

    Sir it is not working in enble of scrol lock buttone any option for that

  • @quincyirang2543
    @quincyirang2543 2 роки тому

    I cant run the useform. i havee debug on this
    Set coll = CreateObject("System.Collections.ArrayList")

  • @s1ngularityxd64
    @s1ngularityxd64 2 роки тому

    😲next level vba

  • @rbloesser9009
    @rbloesser9009 Рік тому

    The vertical scroll bar in ListBox1 never activates. Is there a solution to that? Otherwise, fantastic. !!

  • @muzakhirhakim8427
    @muzakhirhakim8427 2 роки тому

    how about multiple textbox, how to do?

  • @brayandiazjimenez1420
    @brayandiazjimenez1420 Рік тому

    thank you for this project.

  • @syedmuhammadhaseeb8021
    @syedmuhammadhaseeb8021 2 роки тому

    Wonderful work Thanks a lot for sharing this. As the same thing I was trying with Combo box but google was unable to help in this regard.
    I have successfully installed this text box in my own project and passing the value from text box to my data table. I want to ask 2 things how can i use same module and coding on same form for other text boxes. Second I am unable to find right code for the frm.List Data = for my structured table column. instead of using Current Region as my dropdown list is in a table column. So I wanna use it.

  • @mikeglassman5572
    @mikeglassman5572 3 роки тому

    Excellent idea and method

  • @taylorbomben686
    @taylorbomben686 Рік тому

    Hey Paul. This is a amazing, thank you for sharing this. I want to use this as a FAQ portal and was wondering how I can change the code so that when I search and find the question I am looking for, it takes me to the answer. The answer would be on the same spreadsheet as the question and I was just going to make a group on each question so it becomes collasable. Is there anyway you could please help

  • @stevenwhite3.1415
    @stevenwhite3.1415 3 роки тому

    A searchable dropdown in a cell would be very useful

  • @RevolutionTeenMusic
    @RevolutionTeenMusic 3 роки тому

    Thank you for sharing : )
    I've a question, Why my Textbox1 always return "Type the item you wish to search for" even i select item from my range?

    • @Excelmacromastery
      @Excelmacromastery  3 роки тому

      Have you double clicked or pressed Enter to select?

    • @RevolutionTeenMusic
      @RevolutionTeenMusic 3 роки тому

      @@Excelmacromastery I found a problem. I used Userform1 keyword instead of Me keywords.

  • @zianurrohom1858
    @zianurrohom1858 2 роки тому

    Thanks paul 🙏

  • @kartickchakraborty9135
    @kartickchakraborty9135 3 роки тому +1

    Sir, I want to say, For last few days, I got stuck creating a VBA Code where I've to compile all the Data from Different Files. For your information, all the files are in the same folder. But, there are some catches, -
    001) Each File has some Common Headers and some Uncommon Headers. I've to compile the Data Header wise.
    002) Each File has more than 80,000 Data. And there are 28 to 31 files in that Folder depending on the number of days in that specific month. Now, during the compilation, if the row of the Master File exceeds 1 Million, then save it and close it. Create a new Excel Workbook, where compilation begins again. But, this time compilation should start next after where it ended in Last master file.

  • @akashrajpurohit7542
    @akashrajpurohit7542 Рік тому

    How to i add 2 columns ?

  • @philwells4683
    @philwells4683 3 роки тому

    Hi I am having problems bringing up the list box and when using the arrow keys it comes up with an error 2110 can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus - line of code its highlighting is .SetFocus on Private Sub List_MoveDown(). wondering if you can help, Many thanks

  • @user-vp6cm9le6q
    @user-vp6cm9le6q 11 днів тому

    How to search multi sheets

  • @lalocalle8738
    @lalocalle8738 Рік тому

    Paul, buenos días de Dios. Muy bueno el trabajo del contenido y muy útil. Gracias por el aporte profesional.
    Excel no permite importar archivo; msg: archivo de alto riesgo; quedó bloqueado el archivo. Que solución sugiere? Gracias. Que tenga un hermoso y bendecido día. Éxitos renovados para su canal y profesional.

  • @mike_case
    @mike_case 3 роки тому

    Great video :) Thank you Paul.

  • @alwilson6471
    @alwilson6471 3 роки тому

    Could I use this in other MS Office user forms, Outlook VBA for example?

    • @Excelmacromastery
      @Excelmacromastery  3 роки тому

      It needs slight changes. Change the color references from rgb to vb and remove the FilterDataWindowsMac function and the call to it. This is because that function uses the Worksheetfunction Filter.

  • @sebastian1200
    @sebastian1200 3 роки тому

    Great job! I like it a lot 👍.

  • @nareshkumar9647
    @nareshkumar9647 2 роки тому

    I requested for the code and received message that it was sent. But I did not receive it. Kindly check.

  • @ceciliahernandez2708
    @ceciliahernandez2708 3 роки тому

    Paul: I'm trying to add this code to an application but, can't find a way to take the text in the textbox (selection) to a cell in a worksheet. Can you help me?

    • @Excelmacromastery
      @Excelmacromastery  3 роки тому

      Hi Cecillia, You can use the .SelectedItem property. In the "Searchable Dropdown Settings Examples.xlsm" you can see this used in the UserForm Book property.

  • @BobbyBates-tf3ot
    @BobbyBates-tf3ot 2 роки тому

    I love this project. I could not get it to work because of automation errors. I am trying to incorporate this into an inventory system where I will need to search for thousands of items. I am also interested in deploying dictionaries to keep track of inventory levels (adding to, and removing from an inventory). I would even be willing to pay for a course that would help be in my understanding of building applications.

    • @Excelmacromastery
      @Excelmacromastery  Рік тому

      I have updated the code. Download it again and it should work fine.

  • @oguzturkyilmaz543
    @oguzturkyilmaz543 2 роки тому

    Thank you very much.

  • @learningenglish9405
    @learningenglish9405 Рік тому

    Thank you so much !

  • @marloncely
    @marloncely 3 роки тому

    Amazing thanks a lot for sharing.

  • @dandeman1148
    @dandeman1148 3 роки тому

    The version Searchable Dropdown Settings Example worked ok but Searchable Dropdown Simple and when I tried to add to a blank workbook, when userform opened and I tried typing a search it says Invalid use of Null or MEthod of Data member not found and highlighted .itemsrange in the public property LetListData

    • @Excelmacromastery
      @Excelmacromastery  3 роки тому

      Sorry Dan, .ItemsRange should be changed to .List. My bad:)

  • @mathajijewellers9358
    @mathajijewellers9358 3 роки тому

    ISSUE!!
    Thank you so much, it was a helpful video.
    Im facing issue,
    When i go to userform and try to RUN, searchabledrop down is not working. if i RUN the file in MODULE it is working.
    How to make this to RUN in userform?
    PLZ help me out

    • @Paul-Richman
      @Paul-Richman 3 роки тому

      I had the same issue. I got around it by assigning the macro "Main" (no quotation marks) to the link that launches the userform in my spreadsheet.

    • @Excelmacromastery
      @Excelmacromastery  3 роки тому

      What do you mean by "Not working"? Are you getting an error?

  • @joaocustodio2094
    @joaocustodio2094 3 роки тому

    Thanks Paul.

  • @joaocustodio2094
    @joaocustodio2094 3 роки тому

    Another great job.

  • @mahmoudsamieh2242
    @mahmoudsamieh2242 3 роки тому

    Great job, but let me just want the data range to be one column, as it doesn't search in all the columns of the sheet.