imran.khan.r
New Member
- Joined
- Feb 19, 2009
- Messages
- 8
Hi,
I want to add a form that has only User ID, Password and Login button. In short a Login Form. I want this form to be loaded before the worksheet opens. I tried
Private Sub Worksheet_Activate()
frmLogin.Load
End Sub
but this is not working. Also I am using this User ID & Password to send mails automatically from Lotus Notes. In other works it is asking for the user's User ID & Password of Lotus Notes.
Please help.
I want to add a form that has only User ID, Password and Login button. In short a Login Form. I want this form to be loaded before the worksheet opens. I tried
Private Sub Worksheet_Activate()
frmLogin.Load
End Sub
but this is not working. Also I am using this User ID & Password to send mails automatically from Lotus Notes. In other works it is asking for the user's User ID & Password of Lotus Notes.
Please help.