WorkbookAddType Enumeration

Syntax Constants
Enum WorkbookAddType
    scWorkbookAddMove = 0
    scWorkbookAddCopy = 1
End Enum
  • scWorkbookAddMove: Moves the document into the Workbook.
  • scWorkbookAddCopy: Inserts a copy of the document into the Workbook.