_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 workbook.
public:
void MergeWorkbook(System::Object ^ Filename);
public void MergeWorkbook (object Filename);
Public Sub MergeWorkbook (Filename As Object)
Parameters
- Filename
- Object
Required Object. The file name of the workbook that contains the changes to be merged into the open workbook.