Spreadsheet.MergeCases

This function merges the spreadsheet cases with the cases of the specified file.

Syntax Parameters Return Value
Sub Spreadsheet.MergeCases( _
    Input As Variant, _
    Optional AdjustLabels As Variant)
  • Input [in]

The fully-qualified pathway to the file that will be merged.

Type: Variant

  • AdjustLabels [in,optional]

The merging mode. The available constants for this parameter are: scMergeReplaceText, scMergeConcatatenateText1, scMergeConcatatenateText2. Note that this parameter defaults to scMergeReplaceText.

Type: Variant

This function does not return a value.