Is it possible to add ControlTipText to the menu bar buttons as you would for a command button on a user form?
I tried the follwing code:
However the program says it doesn't support this property
-JTBorton
Another Day, Another Disaster
I tried the follwing code:
Code:
[COLOR=darkblue]With[/color] cbcCutomMenu.Controls.Add(Type:=msoControlButton)
.Caption = "&Edit Current AGD"
.OnAction = "UpdateAgenda"
.ControlTipText = " [information about the command] "
.Enabled = True
[COLOR=darkblue]End With[/color]
However the program says it doesn't support this property
-JTBorton
Another Day, Another Disaster