_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 doesn't modify the open workbook in memory.
public void SaveCopyAs (object Filename);
Public Sub SaveCopyAs (Optional Filename As Object)
Parameters
- Filename
- Object
Required. Specifies the file name for the copy.