![]() |
|
#4
|
|||
|
|||
|
I'm assuming you now have a later version than 2003? If you have at least 2010 you can easily make an AddIn (I think you program) that adds to the right click menu. Only XML is needed.
Code:
<customUIxmlns="http://schemas.microsoft.com/office/2009/07/customui"> <contextMenus> <contextMenuidMso="ContextMenuShape"> <buttonidMso="ActionInsert"label="Action Settings ..."insertAfterMso="HyperlinkInsertPowerPoint"/> </contextMenu> </contextMenus> </customUI> |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Assign Macro to Shape in Word 2013 | tunes10590 | Word VBA | 8 | 01-29-2015 06:26 AM |
| Assign keyboard short cut to macro | AndyDDUK | PowerPoint | 1 | 01-09-2013 09:28 AM |
Assign macro but hide the button/field
|
trlear | Word VBA | 5 | 02-23-2012 04:35 PM |
| How do I assign a macro to a button when the macro is in my personal workbook? | foolios | Excel Programming | 2 | 07-27-2011 02:41 PM |
Sticky autoshape
|
cryptogram | Drawing and Graphics | 2 | 06-22-2011 12:15 AM |