How to Create a Data Entry Form in Excel

Поделиться
HTML-код
  • Опубликовано: 10 дек 2024

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

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

    FLASH SALE: 25% off my Effective Excel VBA course before Saturday 14th September: 👉courses.excelmacromastery.com/courses/Effective_Excel_VBA
    Learn how to write real-world Excel VBA code: 👉courses.excelmacromastery.com/
    Hope you enjoy the video. Let me know if you use or plan to use UserForms in the comments below
    ruclips.net/user/sgaming/emoji/7ff574f2/emoji_u1f449.png

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

      Enjoyed it very much, will be referring to it often. I am absolutely in awe of the tiny procedures. Thank you.

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

      Yes, I am making it, replacing my existing process. You make me do stuffs. This approach is certainly safer and cleaner than my current one. But my current method is already quite complex with conditional validation, searches, formulas. I need to test it more thoroughly before I can confirm I will use this.

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

      thank you ... any video about digital signature certificate for vba

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

      Great video. still waiting to receive code to download the file

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

      I will use it to capture heavy load services, it would be interesting to know how you do the save to customize the Userform, with the information that is in the Settings sheet

  • @georgekhaba6436
    @georgekhaba6436 2 года назад +32

    time table :
    @1:52 creating the form
    @2:48 inserting the list box
    @3:48 inserting the command buttons
    @6:19 programing the close button
    @7:06 inserting a module for the display of the data entry form
    @8:19 selecting the delete new and edit button to be programed
    @8:40 initializing the form
    @9:29 creating a range module
    @10:24 creating a link to the list box using row source
    @11:30 coding the delete button
    @13:23 creating a form for the staff info
    @16:24 programing the close button on the new form
    @17:16 initialize the userform
    @17:51 the create new id function
    @18:52 loading combobox with data
    @20:32 making full time option is default
    @21:35 saving the new data
    @22:58 emptying the textboxes
    @23:38 writing the data to the worksheet
    @26:20 coding the edit staff button
    @28:10 reading the data details
    @31:58 writing the new updates to the sheet
    thank u for the great lesson and i hope the time stamps helps guiding threw the lesson

  • @hichamhadj9640
    @hichamhadj9640 3 года назад +27

    This is almost perfect work. All it needs is Search capability.

  • @brianhayden3509
    @brianhayden3509 3 года назад +9

    I want to concur with so many of the earlier posters- your coding is exemplary when it comes to efficiency, cleanliness and reuse. By far the best VBA channel I've come across. I only wish I had the time to sign up to your mastery course.

  • @munimrashid7065
    @munimrashid7065 3 года назад +17

    Thanks in advance for the promised video! There are many examples of Data Entry Userform in VBA in the net, but when it comes from Paul Kelly, we certainly have some expectations! code reusability, cleanliness, readability and efficiency.
    The screenshot looks attractive, and what I would expect is, there is an easy way to populate the dropdowns with options chosen from a ranges that can grow over time.
    I would expect, in future you’ll come up with another advanced Userform that enables easy way to incorporate cascading/dependent dropdowns to ensure an upper level of data validation!

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

      ruclips.net/video/a8MV_J2aTN0/видео.html

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

      And not to mention he speaks clearly and I like his Irish accent. 🙂

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

    Hi Mr Paul, I'm beginner in vba and knows very less in vba. After seeing your video, it even cleared to me that you gave exceptional skills in vba

  • @azannos
    @azannos 3 года назад +4

    One if not the best video for forms….amazing. Please consider making another one with only using Listobjects (tables). Maybe with header-detail scenario? Keep up the GREAT job you are doing!

  • @vcondos
    @vcondos 2 года назад +5

    Amazing video. For an amateur programmer like myself there is so much information to think about, presented in such a clear and compact way. Thank you!
    The modular structure and the cleanliness of the code, offers so much food for thought for on how to use it and adapt it in various situations. Every step in the video taught me one new thing, and got me thinking about how I've been doing things, or about possibilities on how to improve my coding approach in various areas.
    Building applications mostly for own use, I always thought of user forms as unnecessary, or more accurately restrictive, believing that data entry/manipulation is generally faster doing it directly in the various areas where the information is kept. Having been rethinking lately of how to improve an ever growing excel "database" in terms of data and scope, which is reaching certain limits, I've been looking for things here and there to get ideas on how to apply some extra structuring and to decide whether to introduce some code in an application that I was keeping purposely with minimum makros and mostly relying on tables, names, pivots, etc. After going through this video, I am actually starting to think of introducing user forms even in this application which I wanted to keep with as little code as possible and with as much as little structured data entry.
    This is how inviting this video has been for me.
    Oh and actually, as someone asked about putting out an extra video that applies this code to a structure involving only tables, well, this video is so good and the code is so well structured, that I've actually very easily modified it to try it out in a structure with tables.

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

    Another masterpiece in a series of outstanding VBA videos! Asking what could be next: adding a filter (there are various possibilities…only one column…multiple columns….change of listbox as u type) and a print function (sorry woods) would be great.
    Thx again Paul….and tell Microsoft VBA is the future. They have created a jewel

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

    I couldn't get shStaff to actually reference the Staff worksheet so I've had to replace it with Sheets("Staff"). Otherwise, so far so good! Great video.

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

      exactly what I was looking for! How come it didn't work using shStaff?

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

    I agree with so many of other people. This was a huge help to me as I'm a civil engineer and make use of VBA to keep me from repeating mundane tasks. I'm looking forward to watching more of your content.
    If you take questions... how would I place a filter in the listbox you created? Thanks!

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

    An EXTRAORDINARY tutorial in many different ways, enabling us to brainstorm for extending it further to meet our practical needs. Thank you indeed Paul, for leading us to that direction!

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

    at the 13th minute, i can say, you are perfect sir. Thanks so much. this is the first time i have ever seen such a perfect way describing codes. Appreciate

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

      i appreciate and thanks again. i spent maybe 3 hours with your video and create a useful and basic program for my stuff. You are great. do u have udemy education? i believe i ll learn much more. thanks thanks again

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

    I like the way you link your listbox to the sheet. It's a tricky way and really super important. You are the best teacher I've ever seen but still your book is expensive 😉

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

    I'm going to create a new record user form with combo boxes to speed up data entry of my emails WIP sheet (I can edit records directly in the table, so don't need the intermediate form). This code is very clean and easy to understand - many thanks!

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

    Very helpful! Thanks a lot. I will definitely update my own solution.
    You asked about possible further features to add. Would be cool to see:
    - filter Staff list by field data (e.g. only show people from a specific country) and still be able to edit an entry
    - mark more than one person in the list (select via mouse click or a specific field content) and do an action with the selection (e.g. send an E-Mail)
    - can some list rows be in a different color depending on a field data (e.g. person is on holiday and not available at the moment)
    Thanks again for your effort and all the learnings I have from it!

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

    Excellent tutorial Paul. By far the best approach to user forms I've encountered.

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

    I needed to create a form for Stock Management for my colleague, and this video was perfect talking me through my first VBA project. I will say I tripped several times with not being able to download the source code (Company blocked), however extremely happy with how it's turned out! Will be watching more of your videos!

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

    You are wonderful. This is straightforward and finessful coding and explanations. Thank you.

  • @alexanderjarde3971
    @alexanderjarde3971 2 месяца назад

    This was AWESOME! Some useful tweaks: Instead of adding code for each field individually I used a consistent naming system (txt_VARNAME or cb_VARNAME for the column VARNAME and tb_VARNAME for combobox values) that allows me to just cycle through all the fields and getting/storing/updating the values in a loop. This way, when I make changes in my form, I only need to make sure the naming meets this rule and I won't have to edit the code.
    Would have loved to see how the code would have to be different for only one form. I guess I will just use the first form to create an empty new line and jump straight into the update form.
    As a novice in VBA I am still wondering about the differences between public and private subs, and functions, but I guess I'll find that in another video :p Thank's so much for this one!

  • @bruscorm7974
    @bruscorm7974 5 дней назад +1

    Clever! I think it would be nice to add to that tutorial one or two levels dependent drop-down list boxes, can you show how to do that in the next tutorial?

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

    I'm new to Excel VBA. Found this extremely helpful - thank you. The content covered nearly all the aspects I was looking for apart from being able to Search using a cell for Name or Telephone
    number as examples. Also I would like the ID number to be populated but not editable by the user. Will start digging to see what other Excel Macro Mastery solutions can help me.

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

    Using the Let and Get methods for Userform properties is a game changer, thanks for sharing this tutorial

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

    Learned a lot. It's great! totally! Just hoping to find a continuation of this video discussing about SEARCH or FILTER features.

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

    The vba codes are much more readable than what I used to do. Great learning! Thank you sir...

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

    Thanks for sharing. I have wanted to do this in previous uses but never got it all figured out. You make it look so easy. I will certainly give it a shot.

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

    Hi Paul. Great video. You asked for suggestions to improve the user form: 1) Maybe validation to make certain the user does not make a duplicate entry. 2) maybe add prev/next arrows to scroll through Listbox. Thanx

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

    Great tutorial as always. Thanks a bunch. I have a suggestion though. Rather than have two different forms do the "Add New Staff" and "Update existing staff". One form can do that. Just change the "Save button caption" depending on "new mode" or "edit mode". Same sub for saving new staff can be used for existing staff. The difference would be the "row number". New staff row num is Next Avail row. Existing staff: row offset from listbox.

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

    You are the best of the best. But what I didn't like is to double the userform. You could use another method just to catch if the form was open for save mode or édit mode. Please help us to create a class for validation controls so we don't need to write each time the same code

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

    Excellent Tutorial, thanks. Would love to see a Tutorial on data validation in user forms. Do you validate when exiting each control or before the save/update. I have found data validation the most problematic part of coding.

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

      I do data validation through keystrokes and keypress (ascii) at one level. Then second level, I create a function (boolean) which loops through the controls. To identify compulsory fields, I use the tag property of the controls. Not detail enough but I hope it helps to start with.

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

      @@navisalomi Thanks, I like to validate each field as the user exits the control that way when you get to the last control all the data has been validated and you can activate the save button with reasonable confidence most of the unpredictable user behaviour has been controlled! There are many ways to code this but I am yet to find a ‘bullet-proof’ solution. I would love to hear how our excel guru approaches this.

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

      @@johnramsay5386In that case, you can use the "Before update" event by changing the "Cancel" variable to True if d conditions are not met. You can also use d "Exit" event. These events work for each control. If you use a frame. Put the exit event for the frame when the validation depends on other controls.
      For control interdependencies, when they are in a frame, use the frame's exit event.
      Summary: try out "before update event" and "exit event". You can google for more clarity.

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

      ruclips.net/video/M0abXuy-UWY/видео.html

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

    Great job Mate!
    Working perfectly!

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

    Excellent! I plan t to use this in my next application which I start writing this weekend. Thank you, Paul!

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

    I want to achieve something I think a bit more complex. But this is a good starting point. I’m new to this

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

    I thought I knew everything in vba ... just discovered the accelerator property 😂 so used to the VB "&" placed in the caption and was wondering why it wasn't implemented in vba lol... Thanks Paul, I love your videos👍

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

    What an amazing tutorial. I tackled this myself and the lines were probably five times as long. I learn so much from you, thank you!

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

    This is just the thing I was looking for, perfect. Even if it going a little bit fast, (nice with pause) it's a great video. Thumbs up... 🙂

  • @karl-heinzlutzel9585
    @karl-heinzlutzel9585 3 года назад +1

    Paul, that's fantastic. It encourages me to change my previous user forms. I see a lot of potential for improvement for me, as well as very simple and structured programming.
    Thank you very much for this. I am looking forward to more examples.

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

    I'm grateful for your channel. Thanks for your teachings. I will be using this UserForm and this will guide me to make some modifications that will suit my actual need, which is that I would like to be able to add multiple rows of data entry 'before' hitting the save button. Regards.

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

    Thank you Paul for share your huge knowdlegees with us humans beans. I'd like to set a check after had clicked the delete button just in case to confirm that the record must be delete. Thank you again

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

    Hi, After creating modRange it shows me error 424 in modMain in line "frm.Show". Before creating modRange everything was working. I'm at 11:20 and after that it shows me an error. What can I improve?

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

    This was an amazingly helpfull video! Thanks a lot. I did notice 1 mistake though (which cost me a bit of frustration): at 24:50 in the iif statement you put true between quotes. This doesn't work but doesn't give you an error message ether. Instead it just defaults to the False statement.

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

    This is excellent. It addressed so many issues I had in the past.

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

    What if you have a list of 500 items? Editing will take a while as you have to scroll down the list to search for it. Do you have a video of how to add a search box to this form?

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

    Thank you for sharing your mastery of VBA. I redid the exercise on my own workbook and it worked 🙂

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

    Hi, you have made an excellent video.
    You could add:
    How to do it now with a ListView?
    How to add a Filtered range to the listbox or ListView?
    Thank you very much

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

    Hi,It's again great coding with reusable codes video with clear video and voice and great presentation.Thank you again !!!

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

    Paul is the BEST 👌 teacher of VBA. Thank you so much for your hard work & source code for us. Liked & definately Subscribed . Love ❤the tutorial. Looking forwarrd to more.👏

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

    Great tutorial you have made me start loving excel.Thank you Sir.

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

    I'm in the process of integrating this tutorial for my needs and in the interim I learned about ListView Controls. I researched ListView and would like your opinion on the differences why one is better than the other. Excellent tutorial!

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

    Yes, excellent! Wanted to echo several others who would like to see how you approach FILTERING (particularly for apps with hundreds or thousands of rows, perhaps with a ListObject). 👌

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

    Thank you, greetings from Indonesia

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

    So many outstanding methods; you are truly a master!!

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

    High quality tutorial video. Thanks. Very helpful

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

    Hi I'm work on a project and I learned a lot from your tutorial. As par of on going project, can you teach us how to create a search using a combo box as a criterion and when you enter the data that you want to search in the text box search the results will display in the list box and text box

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

    Perfect explanation 👌 Thanks ❤

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

    Your video is very informative and makes me want to learn more. However, I need instructions about one or two steps below this one to understand the VBA process.

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

    Hi Paul,
    To get rid of the header, instead of Set getRange = getRange.Offset(1).Resize(getRange.Rows.Count - 1) what's the difference between that and Set getRange = shStaff.Range("A1").CurrentRegion.Offset(1, 0)

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

    Your tutorial is very straight forward and easy to follow. Before I go through all of these steps (which I will for practice at some point), does this cover multi-instance records using indexes to be able to use entry into multiple worksheets / tables? Thanks

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

    This was a really helpful video and I used it as a guide to make a data entry form for tracking failure events at wind farms. I would like to modify it to include some data validation such as making sure certain text boxes only allow dates or integers. It would be great to have a similar walkthrough of that.

  • @ΔημήτριοςΓιαλούρης

    Great video (and site). Very professional code. Thanks for sharing. Some remarks:
    Loved the way a userform can be duplicated.
    If user is allowed to select any cell in the “Staff” worksheet, to indicate the record to be updated or deleted, “New”, “Edit” and “Delete” buttons could be put directly in this worksheet, with the same functionalities. Thus, “formStaffList” could be skipped. (Albeit, in this case, this video, too.)
    There are tutorials that discourage the usage of RowSource property, in favor of the List one. Probably because of Excel bug(s).(?)
    There is a bug in “CreateNewID” method. If the last record is deleted, and a new one is added afterwards, the new one takes the Id of the deleted one. Instead, perhaps the last used Id could be stored in a cell of the workbook, and its value be incremented by one, whenever a new record is created.
    Again, thanks for your services.

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

    Great video! Curious, how would you do multiple tables in the form?

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

    Another good updates could be a [Search] and a [Print] option...

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

    You did an amazing job.Thank You so much, I love your youtube channel. I wish you all the best.
    Best regards,Andrew

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

    Thank you so much for the knowledge from your tutorial, I am a beginner

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

    Thank you in advance for such a useful theme. I guess it would be very good if you explain how to enter / delete / change data via Data Entry Form for linked lists.

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

    This has been very helpful in my project. Now I need to blend this with a Dependent Forms video I've found so I can make my combo boxes more dynamic. You don't have a video on Dependant lists in UserForms, do you?

  • @z.719
    @z.719 2 года назад

    awesome video as always. Best user form approach

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

    This was a good tutorial. I did get tripped up a few times following along but the included worksheet showed me the deviation so I thank you for that.
    To take this further, refreshing the list in real time for adds and removes would have been cool. I could see how another list on the modfiy and edit page would give that update view real time... "people you just added" list. and when close that would be present on the initial list.
    personally i would like to see role and group selection UI with the forms. thats where i am hoping to build some functionality with forms. thanks for the video

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

    Great work, I love it. You asked about other features: a search feature would be good for when working with lots of data.

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

    Great, great, great, so much tips. My code was at least twice as big!

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

    Great video!!! I’ve done loads of application for users using vba but I do like to get to know how others deal with vba, their way of developing user forms etc. I like your video a lot. Impressing!!!👍😀

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

    Wonderful! This is very useful, and can be used over and over. Thanks and more Power.

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

    Dear, excellent Tutorial, please a tutorial at the master detail with excel vba. Congratulations.

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

    Great tutorial! Wondering, is there a technical reason you use functions and arrays outside of the Userform to populate your combo boxes instead of Rowsource?

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

    Thanks so much for this video tutorial. Your explanations and code are awesome. Would you make a video on making a multipage user form ?

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

    Amazing!!! Thank you.

  • @EricHammond-lm5cv
    @EricHammond-lm5cv Год назад

    Awesome tutorial, have watched it several times. Thanks. Can you update the link to the download workbook?

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

      The link if fine. Make sure to turn off any pop up blockers.

  • @dmp04
    @dmp04 3 дня назад

    Thank you for this video. I have really only worked with MS Access, and I used VBA a lot. One of the things that I added to my form is to make the background of the current control change color to make it stand out to the user. I put code in the control_Enter Sub to change it, and in the control_Exit Sub to change it back.
    Is there an auto_order control for tab order?

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

    Thank you very much for sharing another amazing video... I just wonder why you did not use listobjects instead of range for the Staff record?

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

    Paul, great video and content as always. Can you do the same but have the data entry form as a table. Trying to do something similar, get next row in table has its challenges

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

      Did you find a solution? I am having the same problem.

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

    Paul, I see, you spent much time for this video! But it's a great vid for learning that GUI stuff! Thanks for all your YT content!😉😁🤟😎

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

      Thanks John. Glad you like it.

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

      @@Excelmacromastery Yeah, I do! It's a good help for new-bes and those, who thinks that's magic! I hope a lot of people will watch this vid!😉
      Edit:
      Of course more experienced can learn some new things!😇 E.g.: Iif I never used yet, it will shorten my code in future!

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

    Great video!! Clear and concise! A question...if others are entering data on a user form like this, is there a way to make the destination sheet itself "read only"?? I only want "write" access for NEW data using the form. Its ok for them to SEE existing data on the sheet (or new data they just entered using the form). But for security, I need to prevent users from going into the sheet outside of the form and potentially changing or deleting any existing information. Here's an example...New members of a group enter their own contact information using a form. They can see the contact information of all others in the group (and their own) at any time. But they can't change change or delete data on other members. THanks!!!

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

    Very nice, lot of new things, will use from this, expecting few more videos on this.

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

    I am making a sort of library file with your youtube video. However, I got a compile error after following all the procedures until 12:34. Can you help me with it?

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

    @ 27:55 ish, when i add the break point to test it out, I test it and the current row selected is always "listindex = 0".
    What I am trying to do is edit the selected row from my search box.
    Any suggestions?

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

    Hi, I found your video and lost it so looked at others. Yours is by far the best and easiest to understand and adapt. I've subscribed and can't wait to see more. One questions: can you have a lookup with predictive text? Eg., we have a list of client contacts, we'd like the sales people to be able to start typing the first name (say Andrew) and start seeing all the Andrews in the list. Then have the corresponding client details populate automatically.

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

      Glad it was helpful! This video(ruclips.net/video/gkLB-xu_JTU/видео.html) contains the code for the searchable dropdown.

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

    Hi Paul. This is awesome! Full of great tips and techniques. I like the way you separate the code into logically connected components vs. writing it all behind the buttons. Studying this in depth and learning more each time through! Thanks for sharing :)) Thumbs up!! PS - Also like your formatting choices which give a more modern look!

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

    Além de muito bom no que faz e ensina, ainda compartilha seus conhecimentos deixando baixar o projeto. Parabéns..

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

    Hi, Thanks for this detailed file. If i want to make "Edit" on entering a "record number" , how to do that ?

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

    How did you get the column widths so quickly (at 11:05)? I missed a trick there.

  • @RobertV-j5v
    @RobertV-j5v Год назад

    Loved the video. Is it possible to create the form using listview and still have the ability to edit the entries? I like the grid lines of list view and hoping to incorporate it.

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

    hi sir, what if i want only "IT" shows in department column only?

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

    Great video, as always. Populating the Edit Staff Member form on *activate*, though, seems very problematic. If I start editing a record, then I Alt+Tab to another window to check something, then I Alt+Tab back, I'll silently lose all my unsaved edits.

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

    Like the spreadsheet table of form Settings you keep. Do you have code to store / write the userform settings or must it all be done by hand?

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

    You have some great video's. If I can give you a little constructive criticism, you should pan out and pause for a few seconds before switching windows (So we can see all of the code). I'm trying to follow along and write the code along with the video. I will be writing out a line and all of a sudden you switch screens. I have to back the video up or catch the code the next time you switch back to that screen. I am a beginner and I'm not as fast as you. Keep the videos coming.

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

    This is excellent. I need your help. How can I make data Base form that can allow me to enter marks of different subjects, and find position average, total,and prepare parents report cards automatic?

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

    Paul, Great stuff again. I am doing something with this but rather than a worksheet being the data source I am using an array. Any tips on expanding this method to an array would be helpful. Jon

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

    Thanks for the video! If you’ve made certain columns named ranges, can you extend the named range (automatically) when you enter a new row of data?

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

    Is there any way to reaarange the ID column value when deleting a data?

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

    Hi thx for all. Any Idear to change Height of the first Row (header) ?