MS Excel Userform Login ID Password Creation (Step by step Guide)

Поделиться
HTML-код
  • Опубликовано: 27 сен 2024
  • Don't Click This: bit.ly/3q89CcY
    This tutorial will demonstrate the designing and coding of user form login ID Password protection for your excel based software and worksheet
    You will get to know
    1) Coding of vba userform login id password
    2) excel vba project
    3) userform project
    If you have any doubt you can ask questions on my Instagram also
    / sagar.banja. .
    #LoginForm #VBA #ExcelVBAUserform

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

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

    This tutorial was awesome! Thank you so much!!

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

    Thanks for sharing your knowledge. It was the information i've bin searchin for.

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

    Thanks for sharing this knowledge brother. this is really helpful

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

    Simple, to the point n well explained

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

    Brilliant work!!

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

    Thank you so much sir

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

    When I Microsoft Excel file in a VBA project
    Enter the login ID and password.
    Once I open it, it asks for login name and password
    But when I open it the second time the file opens without the password

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

    Pls....do you have to go through the same process to create for another user

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

    Thanks so so sososososos much

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

    sir when i open developer tab property sheet changes not visible in bottom.

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

    Thanks for the video, but my question is in case I forgot my password how will I regenerate it? Because in the login page there’s nothing showing like FORGET PASSWORD.

  • @MuhammadIrfan-fm1yw
    @MuhammadIrfan-fm1yw 7 месяцев назад

    😊Good work especially for beginners

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

    Thank you

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

    do you have tutorial login multi user? not 1 user only

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

    Sir My VBA Application OverAll Activity Complete Insert update Display But Login After Display Menubar Form Click to file menu Select Any option click after Hung Problem Create
    Excel Has Stop Working
    plz Any Solution This Problem So Reply mi

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

    Pls..copy this all program in command box

    • @sagar.banjade.5
      @sagar.banjade.5  3 года назад +7

      Code to activate workbook
      Private Sub Workbook_Activate()
      Application.Visible = False
      UserForm.Show
      End Sub
      Code for Login
      Private Sub cmdLogin_Click()
      If txtName.Text = "Admin" And txtPassword.Text = "Password" Then
      MsgBox "You have unlock the file successfully"
      Application.Visible = True
      Unload Me
      Else
      MsgBox "Please enter correct Username and Password"
      txtName = ""
      txtPassword = ""
      End If
      End Sub

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

      @Vinotha Narms you correct 💯 bugs 🐞

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

    Hi, lot of people having doubts here... can you please help us

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

    Where is the user form pulling the username and password info from?

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

    thanks a lot you helped me so much

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

    1404

  • @AmruthNayak-g7w
    @AmruthNayak-g7w 8 месяцев назад

    Great content, thank you.

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

    Thank you so much