S
Siberianhusky
dear ng,
how can i put on an icon on a personal right-click menue. i use this code:
With .Controls.Add(msoControlButton, , 1, 4, True)
.BeginGroup = True
.Tag = "Add_Subhead"
.Caption = "Add Subhead"
.OnAction = "TabellenKopfEinfuegen"
End With
and it works great. i just would like to have an icon too.
thanks and regards,
Siberianhusky
how can i put on an icon on a personal right-click menue. i use this code:
With .Controls.Add(msoControlButton, , 1, 4, True)
.BeginGroup = True
.Tag = "Add_Subhead"
.Caption = "Add Subhead"
.OnAction = "TabellenKopfEinfuegen"
End With
and it works great. i just would like to have an icon too.
thanks and regards,
Siberianhusky