Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am having good success using custom short cut menus, but I have one
aesthetic question. How do I get the partition lines like on the default menu? (Like above and below "Insert Comment". Thanks in advance. ZipCurs |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Set NewMenuItem = .Add(msoControlButton) NewMenuItem.BeginGroup = True -or- Application.CommandBars("Cell").Controls(3).BeginG roup = True -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware (Excel add-ins: compare, uniques, color sort, thesaurus,...) "ZipCurs" wrote in message I am having good success using custom short cut menus, but I have one aesthetic question. How do I get the partition lines like on the default menu? (Like above and below "Insert Comment". Thanks in advance. ZipCurs |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jim,
Thank you. That was exactly what I needed. "Jim Cone" wrote: Set NewMenuItem = .Add(msoControlButton) NewMenuItem.BeginGroup = True -or- Application.CommandBars("Cell").Controls(3).BeginG roup = True -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware (Excel add-ins: compare, uniques, color sort, thesaurus,...) "ZipCurs" wrote in message I am having good success using custom short cut menus, but I have one aesthetic question. How do I get the partition lines like on the default menu? (Like above and below "Insert Comment". Thanks in advance. ZipCurs |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I restore my office 2003 menues look & feel? | Excel Discussion (Misc queries) | |||
Is there an Excel Viewer ONLY = Excel WITHOUT menues+toolbars around ? | Excel Discussion (Misc queries) | |||
Is there an Excel Viewer ONLY = Excel WITHOUT menues+toolbars around ? | Excel Discussion (Misc queries) | |||
how do I add Drop down menues in Excel? | Excel Worksheet Functions | |||
short cut key | Excel Discussion (Misc queries) |