Hi
You can disable the whole menu like this
Application.CommandBars("Ply").Enabled = False
Or only the Move Copy
Application.CommandBars("Ply").FindControl(ID:=848).Enabled = False
See also
http://www.rondebruin.nl/menuid.htm
--
Regards Ron de Bruin
http://www.rondebruin.nl
"TimN" <(E-Mail Removed)> wrote in message news:0FE0A5F6-1605-48EA-AAC2-(E-Mail Removed)...
>I have disabled the command control on the menu bar for:
>
> File / File Save As
> and for Edit / Move or Copy Sheet
>
> How can I disable the "Move or Copy" functionality you get by right clicking
> the sheet tab at the bottom of a spreadsheet?
>
> Thanks for any suggestions.
>