Description
| Saves the selected workbook.
Parameter
| Description
| wbName
| String, optional. Holds the name of the workbook to be stored in file. If omitted or when zero-length string, the active workbook will be stored.
| filename
| String, required. The full path and name of the file that the selected workbook is stored in.
| FileFormat
| Enumerated, optional. Can be one of the following values: xlSaveDefault (this is the default value when omitted) xlSaveDIF xlSaveExcel9795 xlSaveHTML xlSaveWindowsCSV
| Password
| String, optional. When the file needs to be password protected, this parameter must hold the valid password for the file.
| MakeBackup
| Boolean, Optional. When True, the save operation in Excel automatically created a backup file of the previous version.
|
|