Build a VBA Login System for Excel

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

КОМЕНТАРІ • 21

  • @wayneedmondson1065
    @wayneedmondson1065 2 роки тому +4

    Great! Thanks for the detailed demonstration of how to create a login system. Thumbs up!!

    • @TeachExcel
      @TeachExcel  2 роки тому +2

      You're very welcome Wayne! Thanks for the comment :)

  • @gavinvanderwesthuizen9941
    @gavinvanderwesthuizen9941 Місяць тому

    Best simple one I have seen. Had so many that the code didn't work.

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

    It was interesting! Just started learning VBA for data analytics. Thank you!

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

    Hi Don, thank you very much for the fantastic video. So well explained!

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

      Thanks Ekki! I'm glad you liked it :)

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

    Thank you so much for this tutorial. Do you have one that shows multiple worksheets?

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

    thanks for protecting our sheet tutorial.

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

    Nice lesson, can I use PC UserName login instead of UserForm?

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

    Nice lesson, well explained. Somebody know how I can hide multiple worksheets instead of just one?
    Thanks in advance

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

    Would this work across a shared workbook where multiple users could view it at the same time?

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

    Thanks for the share.

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

    Hi Randy, i wonder can i use IP prorection for user login istead of cteating user name, ( I mean I want to prevent to open file except some computers ) thanks for help :)

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

    Hi Don, Love your video's .I just can't get the SUB LOGIN() to work. I have checked my spelling over and over, When running the vba my form function is skipped and I'm automatically logged in. Can you assist me please.

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

    I followed this video letter for letter, but sadly the Protected Action button always states that the user is logged out even though the Hidden form is visible. Any tips?

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

      When I saved the vba and the workbook as a macro-enabled excel workbook, the Protected Action promptly showed that I am logged in.

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

    Can't I just ALT+F11 and unhide any hidden tabs you've got?

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

      He used VeryHidden status instead of just hidden , so I would guess you can't if that's a thing

  • @eikky2
    @eikky2 10 місяців тому

    @TeachExcel, i like this code it worked for a month now i am getting an error. Run time error 1004. Method visible of objective worksheet failed.

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

    This Tutorial helped me alot! Thx.
    i need this login system to update product lists in my company. I want my employees to log in so that i can see which employee has updated which article. if something can't be right, i know immediately who did what wrong.
    Example:
    | Article | Quantity | Last Update | Updated by |
    --------------------------------------------------------------------------
    | Book | 2 | 12/15/22 | Michael |
    In the Example you can see that *"Updated by"* shows Michael.. and this is what i need..
    I hope I could clarify what I need :D
    how does this work? would help me enormously, am also willing to pay for it! thanks :)