View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default VBA Form MS Treeview Control v.6


why didnt you google first?
google :vb treeview directory
yields : 327000 hits.
nice one:
http://www.vb-helper.com/howto_treeview_directory.html

but why do you need it?

it's so much easier to use standard dialogs for this.

getopenfilename
filedialog.show


--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


wrote :

Does anyone know how to make this control work in a VBA form in
order to view drives and directories on a user's PC

Many thanks

James