Workbook.SaveCopyAs(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves a copy of the workbook to a file but does not modify the open workbook in memory.
public void SaveCopyAs (object Filename);
abstract member SaveCopyAs : obj -> unit
Public Sub SaveCopyAs (Optional Filename As Object)
Parameters
- Filename
- Object
Specifies the file name for the copy.
Remarks
Optional Parameters
For information on optional parameters, see Optional Parameters in Office Solutions.