MS Excel Login ID password Userform create in Hindi || Computer gyan guruji
Download VBA Code File
VBA Code
Private Sub Workbook_Activate()
Application.Visible = False
UserForm1.Show
End Sub
Private Sub CommandButton1_Click()
If TextBox1.Text = "admin" And TextBox2.Text = "pass" Then
MsgBox "unlock file"
Application.Visible = True
Unload Me
Else
MsgBox "enter currect pass"
TextBox1 = ""
TextBox2 = ""
End If
End Sub
THANKS FOR YOUR KINDNESS AND SHARING KNOWLEDGE
जवाब देंहटाएंये काम क्या excel 2007 में भी किया जा सकता है please tell me and help
जवाब देंहटाएंnahi
हटाएंHi what to do if the button is not working
जवाब देंहटाएंKya ye Excel 2007 main bhi kar sakte hai
जवाब देंहटाएं @Computer Gyan Guruji Kya aap ek user form me user/login id wise sheets k view karne k rights define kar sakte hain. Please help. rizwan78692@gmail.com
जवाब देंहटाएंwork book show nahi horahee ?
जवाब देंहटाएंHow enter only number in text box
जवाब देंहटाएंif actually i forget pw how to manage next pw
जवाब देंहटाएंCorrect spelling mistake
जवाब देंहटाएंvery nice one sir
जवाब देंहटाएंHii
जवाब देंहटाएंdates
जवाब देंहटाएंइस टिप्पणी को लेखक द्वारा हटा दिया गया है.
जवाब देंहटाएंPassword Box me Pass Type krne pr Password Visible rah rha hai.... isse unvisible krne ka upay batay
जवाब देंहटाएंPassword Box मे click.करके side के properties मे निचे passwordchar पर asterisk डालो, फिर हो जाएगा ।
हटाएं