Share via


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)

Usage

Dim msoFileNewAction1 As MsoFileNewAction = MsoFileNewAction.msoCreateNewFile

Syntax

Public Enum MsoFileNewAction
public enum MsoFileNewAction
public enum class MsoFileNewAction
public enum MsoFileNewAction
public enum MsoFileNewAction

Members

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

Remarks

Used with the Add method of the NewFile object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace