Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 29
Default disable cut and paste

is there a way to disable the ability for a user of my app to select a cell
where the cursor changes to a 4 arrow and the cell can be moved to another
location. the macro recorder called it selection.cut and selection.paste.
is there a way to disable this globally across the entire sheet?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 29
Default disable cut and paste

Private Sub Workbook_Activate()
Application.CellDragAndDrop = False
End Sub

in case anyone searches.

"Spencer" wrote:

is there a way to disable the ability for a user of my app to select a cell
where the cursor changes to a 4 arrow and the cell can be moved to another
location. the macro recorder called it selection.cut and selection.paste.
is there a way to disable this globally across the entire sheet?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default disable cut and paste

Spencer,
Note that this will disable the ability the fill down/across.

NickHK

"Spencer" wrote in message
...
is there a way to disable the ability for a user of my app to select a

cell
where the cursor changes to a 4 arrow and the cell can be moved to another
location. the macro recorder called it selection.cut and selection.paste.
is there a way to disable this globally across the entire sheet?



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
Disable a new paste button Basil Excel Programming 3 October 16th 06 11:27 AM
Disable cut and paste confused Excel Worksheet Functions 1 August 21st 06 11:32 AM
Disable Cut and paste Roy[_9_] Excel Programming 2 June 25th 06 03:42 PM
Disable cut paste in a workbook Narendra Nath Excel Programming 0 March 10th 06 01:42 PM
disable copy paste Tim Excel Programming 7 June 30th 05 02:37 PM


All times are GMT +1. The time now is 03:38 PM.

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

About Us

"It's about Microsoft Excel"