|
-
Feb 23rd, 2005, 09:46 PM
#1
Thread Starter
Lively Member
shortcutmenu
i want to add an icon to my shortcutmenu item. i am able to do it for the shortcutmenu's controls but no for the actual shortcutmenu item itself.
is there any way??
here is my code for it
Set clarpop = ShortCutMenu.Controls.Add("custom", Type:=msoControlPopup)
With clarpop
.Tag = "Litriu"
.Caption = "&Litriú"
.OnAction = "MenuAction"
End With
Also is there any way of making the caption bold??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|