Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 72
Default Disable Move or Copy functionality

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.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Disable Move or Copy functionality

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" wrote in message ...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do i disable/enable "Worksheet Move or copy" option? Saon Excel Worksheet Functions 1 May 15th 08 06:30 PM
Disable sheet copy/move Casper[_2_] Excel Programming 5 March 3rd 06 05:23 PM
Prevent / Disable Worksheet Copy or Move Peter Noneley Excel Programming 3 September 12th 05 12:52 PM
Disable 'Add or Remove buttons' functionality on a toolbar Guy Van der Sande Excel Programming 1 November 19th 03 02:22 PM


All times are GMT +1. The time now is 05:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"