Spreadsheet.SaveCopyAs
This function creates a file-based copy of the spreadsheet; if Name is not specified, creates a temporary file.
| Syntax | Parameters | Return Value |
|---|---|---|
Function Spreadsheet.SaveCopyAs( _
Optional Name As String = "", _
Optional Overwrite As Boolean = False) As String
|
Type: String Default value: ""
Type: Boolean Default value: False |
String |