Это видео недоступно.
Сожалеем об этом.

Searchable Dropdown for VBA UserForms(Add in 30 Seconds)

Поделиться
HTML-код
  • Опубликовано: 3 авг 2024
  • 👉 Ready to master VBA?
    - Check out my full courses: courses.excelmacromastery.com/
    - Subscribe to the channel here: bit.ly/36hpTCY
    -Want to download the source code for this video? Go here: bit.ly/2ZLJiNo
    (Note: If the download page doesn't work then make sure to turn off any popup blockers)
    Searchable Dropdown for VBA UserForms(Add in 30 Seconds)
    In this video I'm going to show you how to add a Searchable dropdown to any VBA Userform. The best part is you can do it in less than 30 seconds.
    The best part is that it doesn't involve an installation. All you need is a simple class module which you can download from below.
    Useful VBA Shortcut Keys
    ========================
    Debugging:
    Compile the code: Alt + D + C OR Alt + D + Enter
    Run the code from the current sub: F5
    Step into the code line by line: F8
    Add a breakpoint to pause the code: F9(or click left margin)
    Windows:
    View the Immediate Window: Ctrl + G
    View the Watch Window: Alt + V + H
    View the Properties Window: F4
    Switch between Excel and the VBA Editor: Alt + F11
    View the Project Explorer Window: Ctrl + R
    Writing Code:
    Search keyword under cursor: Ctrl + F3
    Search the word last searched for: F3
    Auto complete word: Ctrl + Space
    Get the definition of the item under the cursor: Shift + F2
    Go to the last cursor position: Ctrl + Shift + F2
    Get the current region on a worksheet: Ctrl + Shift + 8(or Ctrl + *)
    To move lines of code to the right(Indent): Tab
    To move lines of code to the left(Outdent): Shift + Tab
    Delete a Line: Ctrl + Y(note: this clears the clipboard)

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

  • @Excelmacromastery
    @Excelmacromastery  3 года назад +6

    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)".

  • @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.

  • @dazedsong
    @dazedsong Месяц назад

    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 Месяц назад

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

  • @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.

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

    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

  • @billroberts4859
    @billroberts4859 3 года назад

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

  • @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

  • @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!!

  • @thanhdoquang7830
    @thanhdoquang7830 3 года назад

    This a fantastic leverage.
    Thank you very much bro.

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

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

  • @giorgiomya4546
    @giorgiomya4546 3 года назад

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

  • @filip3783
    @filip3783 3 года назад

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

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

    This was very helpful. Thank you so much!

  • @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 10 месяцев назад

      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.

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

    Life Saver! Thank you so much!!!!

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

    Excellent job man .Thank you

  • @mike_case
    @mike_case 3 года назад

    Great video :) Thank you Paul.

  • @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 [>] [>] [

  • @marloncely
    @marloncely 3 года назад

    Amazing thanks a lot for sharing.

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

    Thank you so much for share this information.

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

    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.

  • @learningenglish9405
    @learningenglish9405 11 месяцев назад

    Thank you so much !

  • @joaocustodio2094
    @joaocustodio2094 3 года назад

    Thanks Paul.

  • @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.

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

    Your content is very helpful

  • @michaelmaguire6709
    @michaelmaguire6709 3 года назад

    Very useful, thanks for posting, Pau

  • @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).

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

    Thank you so match, Sir.

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

    thank you for this project.

  • @sebastian1200
    @sebastian1200 3 года назад

    Great job! I like it a lot 👍.

  • @user-bx9ki1xk3l
    @user-bx9ki1xk3l 5 месяцев назад +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.

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

    Thanks paul 🙏

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

    Thank you very much.

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

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

  • @Paragkini
    @Paragkini 3 года назад

    Very useful.

  • @joaocustodio2094
    @joaocustodio2094 3 года назад

    Another great job.

  • @sedataksakal414
    @sedataksakal414 3 года назад

    Teşekkürler. harika bir yöntem ile ustalık :)

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

    😲next level vba

  • @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.

  • @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 👍

  • @mikeglassman5572
    @mikeglassman5572 3 года назад

    Excellent idea and method

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

    Wonderful

  • @AbdulRahmanSABRA
    @AbdulRahmanSABRA 3 года назад

    Great Work

  • @Fshhady
    @Fshhady 3 года назад

    It's great job 👍

  • @huseyinbakir2017
    @huseyinbakir2017 3 года назад

    thank you teacher.

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

    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?

  • @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?

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

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

  • @VSIOPPLANNER
    @VSIOPPLANNER 3 года назад

    Amazing!!!!!

  • @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!!!

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

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

  • @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?

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

    Legend

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

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

  • @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

  • @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.

  • @ayushmittal8624
    @ayushmittal8624 3 года назад

    Awesome

  • @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.

  • @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!

  • @MichaelSandford-bo4xc
    @MichaelSandford-bo4xc 2 месяца назад

    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?

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

    I complite my vbaform with yor code sir thanks

  • @alexalexeenko2472
    @alexalexeenko2472 3 года назад

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

  • @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).

  • @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.

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

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

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

    👌👌👍👍

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

    Excellent!
    What about a Library Management System?

  • @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?

  • @stevenwhite3.1415
    @stevenwhite3.1415 2 года назад

    A searchable dropdown in a cell would be very useful

  • @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

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

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

  • @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

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

    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.

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

    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?

  • @kaianten1326
    @kaianten1326 23 дня назад

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

  • @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

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

    👍👍

  • @malcolmt3125
    @malcolmt3125 Месяц назад

    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.

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

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

  • @BobbyBates-tf3ot
    @BobbyBates-tf3ot Год назад

    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.

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

    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  2 года назад

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

  • @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.

  • @anshulgupta3735
    @anshulgupta3735 3 года назад

    Hey Paul, This is really awesome, Love the content you pot on. It's great learning for me.
    I am facing an issue, trying to debug it but could not find it being an amateur. The first item in the filtered listbox is not getting populated to textbox on clicking on to it in first instance(it does populate using enter button in first instance) but if I use down and up keys and select the first item after moving the selection through the filtered listbox, it does populate to textbox by clicking too.
    Also, If there is only one item in the filtered list box, then clicking won't work at all. e.g. : if the type "Order" there will be only one item in the filtered listbox.
    Please help me find out a resolve to it. Thanks in advance.

    • @anshulgupta3735
      @anshulgupta3735 3 года назад

      Please help me in this issue. Been trying to understand but no luck yet.

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

      @@anshulgupta3735 Did you ever solve this issue? I am having the same trouble.

  • @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.

  • @68team
    @68team 2 года назад

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

  •  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????

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

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

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

    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 ?

  • @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.

  • @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?

  • @dr.hamzamustafa4257
    @dr.hamzamustafa4257 Год назад

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

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

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

  • @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.

  • @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

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

      I have updated the source code. Please download it again.

  • @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.

  • @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

  • @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

  • @zoranmirkovic9859
    @zoranmirkovic9859 3 года назад

    Thank you Paul. You did a great job. One question. When I click (select) on first item in listbox just after type something in textbox, textbox is not populate with value of first (selected) item. I have to select second or third item in listbox to populate textbox with value of them, and after that I can select first item to populate textbox. How to fix this?

  • @averagebodybuilder
    @averagebodybuilder 3 года назад

    This guy needs to run for PM

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

    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  2 года назад

      Have you double clicked or pressed Enter to select?

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

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