View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Custom Menus & "Begin a Group" option

Just set the BeginGroup property to True.

..BeginGroup = True


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"JMMach" wrote in message
...
With Excel 2000, we could use the "Begin a Group" command to
put a separator
line between a couple of menu items, but in Excel 2003 it does
not seem to
work. It looks like the "color scheme" of Excel 2003 "hides"
the intended
effect.
How do I successfully employ the "Begin a Group" command in
Excel 2003?
Thanks in advance.