Ribbon command idMso for "Insert Cells"?

J

John Huschka

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?
 
J

John Huschka

Do you get the same results that I do? That is, are you unable to customize
"Insert Cells"?
 
V

vikasmadaan25

John Huschka wrote on 06/19/2007 14:11 ET
Trying to customize Excel 2007's ribbon "Home" tab
"Insert" split button an
menu. I have successfully overridden the "Insert" button on th
split butto
(command idMso = "CellsInsertSmart"). I have successfully overridde
th
"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 spli
button menu. The "Insert Cells..." changes to "Inser
Cells" and is n
longer recognized by my ribbon customization. I assume that I do not hav
the correct idMso

I have looked at all published resources I can find (e.g., charts fro
MSFT), and I cannot find this. It is not "SheetColumnsInsert"
"SheetRowsInsert", or "InsertCellstMenu" (at least the
don't work for thi
menu option)

Has anyone seen this? Have a solution
John Huschk
Hi

Can you provide the code to override the insert button, i am also looking fo
the same for 1 project

Vikas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top