'Declaration Public Overloads Sub Save( _ ByVal file As String, _ Optional ByVal password As String _ )
'Usage Dim instance As ExcelWorkbook Dim file As String Dim password As String instance.Save(file, password)
Parameters
- file
- The full path of file name which the workbook will be saved
- password
- The password which will be used to encrypt the file.