View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JimAnAmateur JimAnAmateur is offline
external usenet poster
 
Posts: 1
Default Leafnode and key in TreeView?

I am working on a macro to build/use a TreeView for
structuring/viewing/editing
the content in an Excel file (Excel 2003).

Two questions I hope you experts out there may help me with:
1) How to determine if a node is a leafnode?
2) How to determine if a key is not already in use and thus unique (new
node)?

Jim