Workbook.MergeWorkbook(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.
Merges changes from one workbook into an open shared workbook.
public:
void MergeWorkbook(System::Object ^ Filename);
public void MergeWorkbook (object Filename);
abstract member MergeWorkbook : obj -> unit
Public Sub MergeWorkbook (Filename As Object)
Parameters
- Filename
- Object
The file name of the workbook that contains the changes to be merged into the open workbook.