View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
calculus87[_10_] calculus87[_10_] is offline
external usenet poster
 
Posts: 1
Default Combo into calender?

Hey,
Thank you for your responses.
I found a link on the Microsoft website which had this code and wa
able to help me. Thanks

Sub Menu_Create()
Dim myMnu As Object
Set myMnu = CommandBars("Worksheet menu bar").Controls. _
Add(Type:=msoControlPopup, befo=3)
With myMnu
' The "&" denotes a shortcut key assignment (Alt+M in this case).
.Caption = "jkhgkjhgjhgkhg"
End With
End Sub

The web site was
http://support.microsoft.com/defaul...502&Product=xlw

Thank

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