Could You help me? Where can I get Help or Manual of Excel T

pmdown

Board Regular
Joined
May 6, 2002
Messages
71
In Excel VBA Help is nothing about this Control.

Best solution for me is some downloadable file, like *.hlp, *.doc etc...

Thank You very much.
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Thank You Mark, but there is only one brief example. I need: all properties, methods and examples, if possible, too.

...Perhaps nobody use the TreeView Control...
 
Upvote 0
It's not that no one uses it, it's just that people tend not to right manuals for ActiveX controls.

However, your best shot at getting a list of methods and properties is to do this:

1. On the userform toolbox, right click and choose "Additional Controls"
2. Add the Treeview control (you will now have inadvertently added a reference to "Microsoft Windows Common Controls 6.0")
3. Press F2
4. On the dropdown that says "<All Libraries>" select "MSComctlLib"
5. In the box below this, type in "treeview"
6. A list of events, methods and properties for the class "Treeview" will then be presented.
7. It's up to you to mess about with them to work out what you need.

HTH
 
Upvote 0
Thank You Mark, and especialy Thanks for Steve, because the cmctl198.chm is exactly what I lookig for !
 
Upvote 0

Forum statistics

Threads
1,213,527
Messages
6,114,148
Members
448,552
Latest member
WORKINGWITHNOLEADER

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top