View Single Post
 
Old 07-18-2021, 08:15 PM
jec1 jec1 is offline Windows 7 32bit Office 2013
Advanced Beginner
 
Join Date: Jan 2012
Posts: 84
jec1 is on a distinguished road
Smile Dynamic Context Menu

Hi Guessed

I did this way back... but the right click has limits you can only have 10 (or less) and a second menu (Letter Fax) - that's it. They way I've written it anyway.

Case select is great for a few users who have different templates and macros.

I normally do my macros on an addin with split buttons (drop downs) but lately the virus programs seem to dislike the vba code in my addin so I thought I would make some changes.

I will try your suggestion and let you know - I thought I had it working but then it wasn't:
<contextMenu idMso="ContextMenuText">
<dynamicMenu id="rxRS1DynamicMenu1" label= "MACROS" getContent="rxRS1dynamicMenuContent" insertBeforeMso="Cut"/>
<dynamicMenu id="rxRS2DynamicMenu1" label= "NUMBERING" getContent="rxRS2dynamicMenuContent" insertBeforeMso="Cut"/>
</contextMenu>\\

Many thanks for taking a look.
Reply With Quote