MsoControlOLEUsage Enumeration

Office Developer Reference

Specifies the OLE client and OLE server roles in which a command bar control is used when two Microsoft Office applications are merged.

Remarks
The use of CommandBars in some Microsoft Office applications has been superseded by the new Ribbon user interface. For more information, search help for the keyword "Ribbon."

Name Value Description
msoControlOLEUsageBoth 3 Control runs on both client and server.
msoControlOLEUsageClient 2 Client-only control.
msoControlOLEUsageNeither 0 Control runs on neither client nor server.
msoControlOLEUsageServer 1 Server-only control.