MsoFileNewAction Enumeration
Specifies action to take when a user clicks an item in the task pane. Used with the Add method of the NewFile object.
| Name | Value | Description |
|---|---|---|
| msoCreateNewFile | 1 | Create a new file. |
| msoEditFile | 0 | Edit file. |
| msoOpenFile | 2 | Open file. |