2

I would like to disable the cut, copy, paste menu items form the header menu of Excel 2013.

I think that the solution suggested here works for Excel 2000, 2003 and 2007, but not for Excel 2013 because my cut, copy, paste menu items are still enabled.

enter image description here

The part of the code that isn't working is:

'Activate/deactivate cut, copy, paste and pastespecial menu items
Call EnableMenuItem(21, Allow) ' cut
Call EnableMenuItem(19, Allow) ' copy
Call EnableMenuItem(22, Allow) ' paste
Call EnableMenuItem(755, Allow) ' pastespecial
Community
  • 1
  • 1
Bronzato
  • 9,438
  • 29
  • 120
  • 212

0 Answers0