_CommandBars.ExecuteMso Method

Executes the control identified by the idMso parameter.

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

Syntax

'Declaration
Sub ExecuteMso ( _
    idMso As String _
)
'Usage
Dim instance As _CommandBars
Dim idMso As String

instance.ExecuteMso(idMso)
void ExecuteMso(
    string idMso
)

Parameters

Remarks

Note

The Microsoft Office Assistant has been deprecated in the 2007 release of the Microsoft Office system.

This method is useful in cases where there is no object model for a particular command. Works on controls that are built-in buttons, toggleButtons and splitButtons. On failure it returns E_InvalidArg for an invalid idMso, and E_Fail for controls that are not enabled or not visible.

See Also

Reference

_CommandBars Interface

_CommandBars Members

Microsoft.Office.Core Namespace