_Workbook.SaveCopyAs Method
Saves a copy of the workbook to a file but doesn't modify the open workbook in memory.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub SaveCopyAs ( _
Filename As Object _
)
'Usage
Dim instance As _Workbook
Dim Filename As Object
instance.SaveCopyAs(Filename)
void SaveCopyAs(
Object Filename
)
Parameters
Filename
Type: System.ObjectRequired. Specifies the file name for the copy.