Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Trying to customize Excel 2007's ribbon "Home" tab, "Insert" split button and
menu. I have successfully overridden the "Insert" button on the split button (command idMso = "CellsInsertSmart"). I have successfully overridden the "Insert Cells..." button on the split button menu (command idMso = "CellsInsertDialog"). But, a problem arises when I select an entire row/column and use the split button menu. The "Insert Cells..." changes to "Insert Cells" and is no longer recognized by my ribbon customization. I assume that I do not have the correct idMso. I have looked at all published resources I can find (e.g., charts from MSFT), and I cannot find this. It is not "SheetColumnsInsert", "SheetRowsInsert", or "InsertCellstMenu" (at least they don't work for this menu option). Has anyone seen this? Have a solution? -- John Huschka |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I "insert copied cells"? used to be "alt i e" still work | Excel Worksheet Functions | |||
How do I set my "Insert" key as a paste command shortcut in Excel | Excel Discussion (Misc queries) | |||
Is it possible to insert a macro command in an "IF" function? | Excel Worksheet Functions | |||
Insert "-" in text "1234567890" to have a output like this"123-456-7890" | Excel Discussion (Misc queries) | |||
Insert 19 cells "Shift to the right" if cell contains "-" | Excel Programming |