FractalWalk
Technical User
I have created a listbox on a VBA user from in Excel 2002. I want the user to be able to re-arrange the order of the values in the box by dragging and dropping. It seems that VB supports this but not VBA.
Is there a way to trap the mouse down/move/up events to simulate drag & drop capabilities. Any examples would be greatly appreciated.