Hello,

I am using a Treeview control that I created on a userform in VBA.

I want to be able to drag and drop nodes from the treeview onto the worksheet.

This I can do, BUT, when I drag the node, it is removed from the treeview.

I want to be able to drag nodes off the treeview and for them to remain there. I can do it if I hold the CTRL key but I don't want to have to do this all the time.

Is there anyway I can implement the pressing of the CTRL key in my code.

I've looked on a couple of websites and they have mentioned the KeyDown method....

Can anyone help???

Thanks,

Mike