I believe that you have to write your own custom DragAndDrop Method.
Here on VBAX:
Solved: Drag and Drop within VBA
At MSDN
Performing Drag-and-Drop Operations in Windows Forms
Accomplishing drag-and-drop operations within Windows applications is done via the handling of a series of events, most notably the DragEnter, DragLeave, and DragDrop ...