Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 115
Default HOW TO DISABLE CUT N PASTE OR HIGHLIGHT N DRAG IN VB

DEAR ALL, in the program I made, i have one sheet which has links to
other sheets which I send to the office. But due to users choice,
sometimes instead of copying the data, they drag and paste. Hence the
links in the company sheet goes off. Can you pls advice how to disable
this drag feature, cut and paste feature and enable only copy and
paste in VB. This particular section of the user is not locked and
for data entry. Last 3 days to go on the ship for me. No time to
study n find out.Pls advice.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default HOW TO DISABLE CUT N PASTE OR HIGHLIGHT N DRAG IN VB

Application.CellDragAndDrop = False

is the equivalent of manually doing Tools=Options=Edit Tab and unchecking
allow drag and drop

--
Regards,
Tom Ogilvy

"CAPTGNVR" wrote in message
ups.com...
DEAR ALL, in the program I made, i have one sheet which has links to
other sheets which I send to the office. But due to users choice,
sometimes instead of copying the data, they drag and paste. Hence the
links in the company sheet goes off. Can you pls advice how to disable
this drag feature, cut and paste feature and enable only copy and
paste in VB. This particular section of the user is not locked and
for data entry. Last 3 days to go on the ship for me. No time to
study n find out.Pls advice.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 115
Default HOW TO DISABLE CUT N PASTE OR HIGHLIGHT N DRAG IN VB


Tom Ogilvy wrote:
Application.CellDragAndDrop = False

is the equivalent of manually doing Tools=Options=Edit Tab and unchecking
allow drag and drop

--
Regards,
Tom Ogilvy

"CAPTGNVR" wrote in message
ups.com...
DEAR ALL, in the program I made, i have one sheet which has links to
other sheets which I send to the office. But due to users choice,
sometimes instead of copying the data, they drag and paste. Hence the
links in the company sheet goes off. Can you pls advice how to disable
this drag feature, cut and paste feature and enable only copy and
paste in VB. This particular section of the user is not locked and
for data entry. Last 3 days to go on the ship for me. No time to
study n find out.Pls advice.


Thank u Tom. I did get some clues from ur guidance. I was not clear
in my post. What I want is to lock this drag n drop for a named range
only thro VB. for ex: b20.aa80.

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
highlight and drag? jfh14 Excel Discussion (Misc queries) 1 October 9th 08 04:50 PM
Disable Drag & Drop Stewart Excel Programming 3 October 19th 06 09:09 PM
Disable drag and drop and cut and paste SteelDetailer[_2_] Excel Programming 0 June 8th 06 07:59 PM
Disable Cut, Paste, Drag & Drop in Protected Workbook Andrew Stevens Excel Programming 4 December 6th 05 03:42 PM


All times are GMT +1. The time now is 10:26 AM.

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"