right click menu

D

Daniel Bonallack

I received a file that has a modified right-click menu. There are new
toolbar items at the bottom.

I copied all the code from this file (two modules, and all the code under
the "ThisWorkbook" area) to a new file, but on the new file, the right click
menu is not modified with the new items. Am I missing something?

Thanks in advance
Daniel
 
B

Bob Umlas, Excel MVP

Check out the sheet code for the BeforeRightClick -- you can search current
project for that text
 
Top