TinkernTom
03-06-2010, 09:28 AM
I have an application which needs Drag And Drop capabilities. I've gotten several suggestions from several Forums, all of which basically say to put the following line in the Workbook_Open routine:
Application.CellDragAndDrop = True
And one person suggested putting it in a Workbook_Activate routine.
None of these have worked. When I try to drag a cell, all I get is the standard highlighted rectangular Selection area.
I suspect that more code is required. Any help will be greatly appreciated.
Tinkern Tom
Application.CellDragAndDrop = True
And one person suggested putting it in a Workbook_Activate routine.
None of these have worked. When I try to drag a cell, all I get is the standard highlighted rectangular Selection area.
I suspect that more code is required. Any help will be greatly appreciated.
Tinkern Tom