_Workbook.SaveCopyAs(Object) Method

Definition

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.

Applies to