Are the command codes for ExecuteMso documented?

2020-04-17 04:18发布

MS Office apps have an incredible API that lets one execute any command that is accessible from the UI, but inaccessible from the Object Model. Specifically, you can use ExecuteMso() to execute any command button, toggle button or split button. The docs say:

expression.GetEnabledMso(idMso)

idMso - Identifier for the control (String)

Are the string command codes documented anywhere? Office apps have thousands of unique commands that can be viewed in the Options dialog, and it would be nice to have a reference of the string codes for all of these.

office commands

标签: c# api ms-office
2条回答
看我几分像从前
2楼-- · 2020-04-17 04:26

You can get the ID from the options dialog shown in the question. Hover above any item and find the ID in the tooltip:

MSOID

查看更多
登录 后发表回答