View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey ExcelMonkey is offline
external usenet poster
 
Posts: 553
Default Drag and Drop from List to Tree View

Is it possible to drag from a listbox on a userform to a Tree View on the
same useform. The idea being that the dragged item from the Listbox would be
a child node of the item its dragged onto on the Tree View.

Thanks

EM