Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
This is how you put it next to an item in the custom made menu: Sub check_Received() Dim mypopup As CommandBarPopup Set mypopup = CommandBars(1).Controls("My menu") If mypopup.Controls("Received").State = msoButtonDown Then 'menu item unchecked mypopup.Controls("Received").State = msoButtonUp Else 'menu item checked mypopup.Controls("Received").State = msoButtonDown End If End Sub How do you go about an item in the submenu of the same menu (("My menu")? Cheers |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create a small box I can place a check mark in? | Excel Discussion (Misc queries) | |||
How can I place check mark | Excel Discussion (Misc queries) | |||
Menu Item check mark?? | Excel Programming | |||
Adding a check mark to the custom made toolbar/menu continue...... | Excel Programming | |||
Add submenu to custom menu | Excel Programming |