WorkbookInsertOption Enumeration

This enumeration specifies how to insert items into the Workbook.

Syntax Constants
Enum WorkbookInsertOption
    scAddToWbCopy = 0
    scAddToWbMove = 1
    scAddToWbCancel = 2
End Enum
  • scAddToWbCopy: A copy of the document will be placed in workbook.
  • scAddToWbMove: The document will be moved into workbook.
  • scAddToWbCancel: The move/copy to workbook operation will be cancelled.