View Single Post
 
Old 07-13-2015, 05:16 AM
JohnWilson JohnWilson is offline Windows 7 64bit Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,914
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

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>
NOTE the page has deleted some necessary spaces!
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote