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

16 टिप्‍पणियां:

  1. ये काम क्या excel 2007 में भी किया जा सकता है please tell me and help

    जवाब देंहटाएं
  2. ​ @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

    जवाब देंहटाएं
  3. इस टिप्पणी को लेखक द्वारा हटा दिया गया है.

    जवाब देंहटाएं
  4. Password Box me Pass Type krne pr Password Visible rah rha hai.... isse unvisible krne ka upay batay

    जवाब देंहटाएं
    उत्तर
    1. Password Box मे click.करके side के properties मे निचे passwordchar पर asterisk डालो, फिर हो जाएगा ।

      हटाएं

टिप्पणी: केवल इस ब्लॉग का सदस्य टिप्पणी भेज सकता है.

Became a Data Analyst in excel part - 4

  Data Analysis in Excel part 4 | How to use Analyze Data in Excel | Dynamic sales report & profit Watch Video tutorial Download Practic...

Blogger द्वारा संचालित.