File Download Link
https://drive.google.com/uc?id=1pFW4D...
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
• Userform in Excel in Hindi | Use Vlookup F...
Useform in Excel VBA | with Index & Match Formula
• Useform in Excel VBA | with Index & Match ...
How to create Userform With Hindi Font in Excel VBA
• How to create Userform With Hindi Font in ...
New Advance UserForm in Excel VBA | Beginner to Expert Level Step by Step
• New Advance UserForm in Excel VBA | Begin...
Userform in Excel in Hindi - Data Add | Search | Update Part 1
• Userform in Excel in Hindi - Data Add | Se...
Userform in Excel | Add Data | Search Data | Update Data
• Userform in Excel | Add Data | Search Data...
Userform In Excel | Profile with Photo Add Search Update Delete in Hindi
• Userform In Excel | Profile with Photo Add...
New Advanced Userform in Excel VBA in hindi
• New Advanced Userform in Excel VBA in hindi
VBA Userform In MS Excel | beginner to advance | Employee Joining Userform
• VBA Userform In MS Excel | beginner to ad...
MS Excel | Advance Userform Login with Security Control VBA Step by step
• MS Excel | Advance Userform Login with Sec...
Userform Excel VBA data entry checkbox if statement in hindi
• Userform Excel VBA data entry checkbox if ...
Excel Userform Billing System & Automatically Export Invoice to PDF Format
• Excel Userform Billing System & Automatica...
how to add image background in userform excel vba in hindi
• how to add image background in userform e...
MS Excel | Mr Mrs miss write Before name Automatically by userform
• MS Excel | Mr Mrs miss write Before name A...