I need to remove the 'Paste Options' from the right button click menus in Excel 2010 using VBA.
I am able to remove all unnecessary 'normal' control items (such as "Cu&t", "&Copy", "Paste &Special..." etc.) that I do not need, but cannot get rid of 'Paste Options' and its icon children. I have also removed 'Paste Options' from the Excel File->Options->Advanced->Cut Copy and Paste, but this has no effect on the right button click 'Paste Options'. I have searched high and wide for a solution but can find no reference to this anywhere on the Web.
I have also examined the CommandBar object in the VBA 'Locals' window and looked at all of the properties and cannot see where the 'Paste Options' are held.
Thank you in advance