How do I write code to enable drag/drop from ListBox on UserForm to a cell.
Hi,
I have a userform with a listbox.
I want to enable drag/drop from the listbox to a cell.
A ListBox does not have DragBehavior property unlike a ComboBox.
How do I do that?
|