Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Anyone,
I am using Office '03 - Excel. I have a treeview heirarchy, with checkboxes, which is assembled top-down (of course). After I have completed the heirarchy, I wish to disable (gray out, hide, make invisible, make unavailable, etc.) items in the top two tiers of the hierarchy which do not have children in their third (or lower) tier(s). Short of rebuilding the heirarchy (or imaging the heirarchy in a data structure before building the treeview), does anyone know of a property or method that (preferably) leaves items visible and unavailable OR renders the item not visible? Many thanks, Joseph A. J. Felcon |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Lot of obbjects in Excel have a visible property which you can set to either
True or False. You can make picture and chart invisiable using this method. "Joseph Felcon" wrote: Anyone, I am using Office '03 - Excel. I have a treeview heirarchy, with checkboxes, which is assembled top-down (of course). After I have completed the heirarchy, I wish to disable (gray out, hide, make invisible, make unavailable, etc.) items in the top two tiers of the hierarchy which do not have children in their third (or lower) tier(s). Short of rebuilding the heirarchy (or imaging the heirarchy in a data structure before building the treeview), does anyone know of a property or method that (preferably) leaves items visible and unavailable OR renders the item not visible? Many thanks, Joseph A. J. Felcon |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry, I should have added that the .Visible property for individual treeview
items appears to be "read only" and attempts to assign same programmatically yield a run-time error with that explanation (i.e.: "property is read only"). "Joel" wrote: Lot of obbjects in Excel have a visible property which you can set to either True or False. You can make picture and chart invisiable using this method. "Joseph Felcon" wrote: Anyone, I am using Office '03 - Excel. I have a treeview heirarchy, with checkboxes, which is assembled top-down (of course). After I have completed the heirarchy, I wish to disable (gray out, hide, make invisible, make unavailable, etc.) items in the top two tiers of the hierarchy which do not have children in their third (or lower) tier(s). Short of rebuilding the heirarchy (or imaging the heirarchy in a data structure before building the treeview), does anyone know of a property or method that (preferably) leaves items visible and unavailable OR renders the item not visible? Many thanks, Joseph A. J. Felcon |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
To find rate of each item from item.xls and to copy price.xls | Excel Discussion (Misc queries) | |||
Item numbers result in item description in next field in Excel | Excel Worksheet Functions | |||
How to display the first Item in a combobox as the default item | Excel Programming | |||
How to display the first Item in a combobox as the default item | Excel Programming | |||
Pivot Item: removing non-existant item from the drop down | Excel Programming |