Context menu redo
For some reason (to be determined later) my shortcut menu started to accumulate a string of "Edit Formula" and "Delete Formula" entries.
They didn't cause a problem, but were distracting.
This little VBA code puts it back to the original settings until I can find a cause.
Sub ResetShortcutMenu() Application.CommandBars("Cell").Reset End Sub
Macros that Customize and Control Shortcut Menus
See all Topics
No comments:
Post a Comment