Dear Ajay Varshney,
thanx alot for ur help...
can u explain or provide the solution/software for VBA MACRO PASSWORD.
becoz i hav many sheets for whom i need to change the password.
--~--~-~--~~~---~--~~
Visit the blog to download Excel tutorials at
http://www
'Option Explicit
Sub Auto_Open()
Workbooks.Add
Load UserForm1
UserForm1.Show
End Sub
Public Sub loadForm()
Load UserForm1
UserForm1.Show
End Sub
Sub AlarmHistoryParser()
Dim filename As String
Dim t As String, c1 As String, s As String, r As String, b As String, d1 As
String, e