View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default New Group in Menu

Commandbarcontrols.add
Controls.Add

expression.Add(Type, Id, Parameter, Before, Temporary)

set the Before property

--
Regards,
Tom Ogilvy



"Eric" wrote:

Hello,

What would be the command to add a "Begin Group" (seperator) in a menu?

Thank you.

Eric