MsoFileNewAction Enumeration

Specifies action to take when a user clicks an item in the task pane.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoFileNewAction
'Usage
Dim instance As MsoFileNewAction
public enum MsoFileNewAction

Members

Member name Description
msoEditFile Edit file.
msoCreateNewFile Create a new file.
msoOpenFile Open file.

Remarks

Used with the Add method of the NewFile object.

See Also

Reference

Microsoft.Office.Core Namespace