tiredofit
Well-known Member
- Joined
- Apr 11, 2013
- Messages
- 1,924
- Office Version
- 365
- 2019
- Platform
- Windows
Adding this code allows users to click and drag:
However, if I copied a cell in this workbook, hit Ctrl + N, then try to paste in another workbook, nothing gets pasted.
How can I resolve this?
Thanks
Code:
Private Sub Workbook_Deactivate()
Application.CellDragAndDrop = True
End Sub
However, if I copied a cell in this workbook, hit Ctrl + N, then try to paste in another workbook, nothing gets pasted.
How can I resolve this?
Thanks
Last edited: