Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I need help to use multicolumns treeview in Excel VBA application.
Can someone help me please!

Regards

What I have tried:

Tried to download files, but don't know how to use them in VBA editor
Posted
Updated 6-Oct-23 9:13am
v2
Comments
CHill60 6-Oct-23 7:21am    
You need to provide a lot more information than this. For starters - which multicolumn treeview? Which "files" are you downloading and from where? What do you need to do with the treeview?
Remember we cannot see your screen, access your HDD but especially, we cannot read your mind nor see what you are seeing

A TreeView control does not contain columns, it is structured as a collection of parent-child nodes: see Excel VBA - The Treeview Control[^].
 
Share this answer
 
v2
There's no such thing as a "multi-column treeview" in VBA. You'd have to create a custom control in VBA to get such functionality.

Google for "vba create custom controls" for more information on creating controls.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900