PC Review


Reply
Thread Tools Rate Thread

disable cut and paste

 
 
=?Utf-8?B?U3BlbmNlcg==?=
Guest
Posts: n/a
 
      7th Mar 2007
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 With Quote
 
 
 
 
=?Utf-8?B?U3BlbmNlcg==?=
Guest
Posts: n/a
 
      7th Mar 2007
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?

 
Reply With Quote
 
NickHK
Guest
Posts: n/a
 
      8th Mar 2007
Spencer,
Note that this will disable the ability the fill down/across.

NickHK

"Spencer" <(E-Mail Removed)> wrote in message
newsA5AC674-25DC-48FF-88A9-(E-Mail Removed)...
> 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 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 paste... dejavuse Windows XP Security 5 1st Apr 2007 03:05 PM
Disable cut and paste =?Utf-8?B?Y29uZnVzZWQ=?= Microsoft Excel Worksheet Functions 2 21st Aug 2006 11:32 AM
Disable cut and paste =?Utf-8?B?Y29uZnVzZWQ=?= Microsoft Excel Worksheet Functions 0 21st Aug 2006 10:49 AM
Disable Cut and paste Roy Microsoft Excel Programming 2 25th Jun 2006 03:42 PM
Disable Paste TripleT Microsoft Excel Worksheet Functions 2 3rd Aug 2004 05:46 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:51 AM.