Applies To
MenuItem Object.
Description
True if the menu item is checked. Read-write.
Example
This example adds a check mark to the first menu item on the first menu on the active menu bar (which is usually the New command on the File menu).
ActiveMenuBar.Menus(1).MenuItems(1).Checked = True