Custom right-click menu without changing Excel.App

T

tbd

Greetings,
Is it possible to have a custom (3 items) pop-up menu when the user
right-clicks on a cell, but without any chance of permanently deleting the
default application menu options?

Q. Can I just disable the default right-click menu and get Excel to use a
different "custom" menu on right-click? (am web-searching this now...)

If not, and I must directly default right-click options via:
..CommandBars("Cell").Controls().Delete,
Q. Is it possible to guarantee these deletions are temporary? (as with:
CommandBars("Cell").Controls.Add(Temporary:=True) )

Thanks/Cheers!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top