PASSWORD WINDOW
Para criar janela de senha para planílha:
Public Function WORSHETT()
Dim strPassword As String
strPassword = InputBox("Enter the password for the worksheet")
Worksheets("Sheet1").Protect Password:=strPassword, Scenarios:=True
End Function
Para criar janela de senha para planílha:
Public Function WORSHETT()
Dim strPassword As String
strPassword = InputBox("Enter the password for the worksheet")
Worksheets("Sheet1").Protect Password:=strPassword, Scenarios:=True
End Function
Comentários
Postar um comentário