PC Review


Reply
Thread Tools Rate Thread

Disable Move or Copy functionality

 
 
=?Utf-8?B?VGltTg==?=
Guest
Posts: n/a
 
      1st Nov 2006
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.

 
Reply With Quote
 
 
 
 
Ron de Bruin
Guest
Posts: n/a
 
      4th Nov 2006
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.
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Disable Move, but not Copy Mike Microsoft Excel Programming 1 13th Apr 2007 12:32 PM
Disable sheet copy/move Casper Microsoft Excel Programming 5 3rd Mar 2006 05:23 PM
disable 'Move here' 'Copy here on shapes right click menu lydya Microsoft Powerpoint 4 27th Feb 2006 01:21 PM
Prevent / Disable Worksheet Copy or Move Peter Noneley Microsoft Excel Programming 3 12th Sep 2005 12:52 PM
Disable drag / copy functionality - Possible? Alan Microsoft Excel Programming 3 19th Nov 2003 09:53 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:47 AM.