View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default tree view control

Hi

The treeview is a VB control, and Excel VBA is VB6 (VB5 on Mac and Excel97).
So forget about excel and find info on VB Treeview.
http://www.google.com/search?hl=en&i...q=vb6+treeview

(Results 1 - 50 of about 9,970 for vb6 treeview)

HTH. Best wishes Harald



"julio" skrev i melding
...
where can i get a simple piece of code to figure out how to get started

with tree view controls? The Excel VBA help utility is useless for this
control, unless you consider this meaningful:

tree view control ....
Represents the hierarchical member-selection control of a cube field. You

use this object primarily for macro recording; it is not intended for any
other use.

You ask, what do i want to do? Add a control to a form to navigate a

directory tree.

thnx