WorkbookPlacement Enumeration
This enumeration specifies where to place the new item in the Workbook relative to current items.
| Syntax | Constants |
|---|---|
Enum WorkbookPlacement
scWorkbookFirstChild = 0
scWorkbookLastChild = 1
scWorkbookPreviousSibling = 2
scWorkbookNextSibling = 3
scWorkbookDefaultPlacement = 4
End Enum
|
|