Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have disabled drag and drop in a spreadsheet as shown below, but this also
prevents pasting data into the workbook that has been copied from another workbook - how can I overcome this? (Data copied from another application - eg Word - can be pasted fine, except it sets the 'locked' property for the cell, even though the worksheet is protected) We are using Excel 2000, but the problem also exists in Excel 2003 Any help gratefully received! Private Sub Workbook_Activate() Application.CellDragAndDrop = False End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Used to drag &drop files to new folders,now must cut & paste, Y? | Excel Discussion (Misc queries) | |||
Disable drag and drop and cut and paste | Excel Programming | |||
Disabling Drag And Drop Referencing | New Users to Excel | |||
Drag&Drop / Cut &Paste default perameters | Excel Discussion (Misc queries) | |||
Can you drag/drop rows w/o using Cut/Paste | Excel Discussion (Misc queries) |