View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Zoo Zoo is offline
external usenet poster
 
Posts: 40
Default 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?