View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mark Mark is offline
external usenet poster
 
Posts: 989
Default delete a node in treeview

Ahh, got it.

treevie1.nodes(index).remove

I was just trying to do it from the selected node, but apparently it has to
be removed from the nodes collection.

Got it.