Thread: New Menu Name
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pauluk[_71_] pauluk[_71_] is offline
external usenet poster
 
Posts: 1
Default New Menu Name

Hi,

Can anyone tell me how i can create a new menu with VBA.

I have this code so far which places a menu but i can't figure out ho
to give the menu a name

Dim CmdBar As CommandBar
Set CmdBar = Application.CommandBars("Worksheet Menu Bar")
CmdBar.Controls.Ad

--
Message posted from http://www.ExcelForum.com