Channel: @daoodcomputers
File Download Link https://drive.google.com/uc?id=1pFW4DxIP4ZUOc4UVfvF1VAvoQ1qcBuUs&export=download
VBA PASSWORD : 123
LOGIN ID : ADMIN LOGIN PASSWORD : 123
VBA CODE
VBA CODE WORKBOOK Private Sub Workbook_Activate() Application.Visible = False UserForm1.Show End Sub
VBA CODE USERFORM BUTTON Private Sub cmdExit_Click() ActiveWorkbook.Save Application.Quit End Sub
Private Sub cmdLogin_Click() If TextBox1.Value = "ADMIN" And TextBox2.Value = "123" Then MsgBox "LOGIN SUCCESSFULLY" Application.Visible = True Unload Me Else MsgBox "WRONG ID OR PASSWORD" TextBox1 = "" TextBox2 = "" End If End Sub
Private Sub cmdLogout_Click() Application.Visible = False End Sub
Private Sub UserForm_QueryClose(Cancel As Integer, CloseMode As Integer) If CloseMode = vbFormControlMenu Then Cancel = True End If End Sub
L I K E | S H A R E | S U B S C R I B E
My other Video Userform in Excel in Hindi | Use Vlookup Formula in Userform https://www.youtube.com/watch?v=OCgtwrI0cxc
Useform in Excel VBA | with Index & Match Formula https://www.youtube.com/watch?v=gMC8OHXDhag&t=86s
How to create Userform With Hindi Font in Excel VBA https://www.youtube.com/watch?v=-n7oBWiduNE&t=899s
New Advance UserForm in Excel VBA | Beginner to Expert Level Step by Step https://www.youtube.com/watch?v=uM-FteC_DLw&t=1140s
Userform in Excel in Hindi - Data Add | Search | Update Part 1 https://www.youtube.com/watch?v=Zg39Rhs9lvE
Userform in Excel | Add Data | Search Data | Update Data https://www.youtube.com/watch?v=8_gIRK9fIjY
Userform In Excel | Profile with Photo Add Search Update Delete in Hindi https://www.youtube.com/watch?v=Lq-UTNurhFc&t=569s
New Advanced Userform in Excel VBA in hindi https://www.youtube.com/watch?v=NEMLI9_iONA
VBA Userform In MS Excel | beginner to advance | Employee Joining Userform https://www.youtube.com/watch?v=bDmLbdZkB4s
MS Excel | Advance Userform Login with Security Control VBA Step by step https://www.youtube.com/watch?v=b3Gc-adM8iQ
Userform Excel VBA data entry checkbox if statement in hindi https://www.youtube.com/watch?v=I--DsqborX4
Excel Userform Billing System & Automatically Export Invoice to PDF Format https://www.youtube.com/watch?v=tjR1ljTMRaE
how to add image background in userform excel vba in hindi https://www.youtube.com/watch?v=P4p47RgKXXk
MS Excel | Mr Mrs miss write Before name Automatically by userform https://www.youtube.com/watch?v=I7QuBwwQMSk