Hi All! I have a folder with several .xlsx files which I wanted to password protect with the same password, which I did using the following code:
Public Sub LockSpreadsheets()
Dim FSO As Object
Dim Folder As Object, subfolder As Object
Dim wb As Object
Set FSO =...