MsoFileNewSection Enumeration
Specifies the task pane section to which to add a file or where the file reference exists. Used with the Add method and the Remove method of the NewFile object.
| Name | Value | Description |
|---|---|---|
| msoBottomSection | 4 | Bottom section.
|
| msoNew | 1 | New section.
|
| msoNewfromExistingFile | 2 | New from Existing File section.
|
| msoNewfromTemplate | 3 | New from Template section.
|
| msoOpenDocument | 0 | Open Document section. |