Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to prevent that users select certain checkboxes of a treeview.
tried doing that by placing a routine in the NodeCheck event of th treeview. During debuging I see the checkbox being set back to my ow value, but after the whole event the checkbox has the users value! S in short the following code does not work, why not? Private Sub treeSpotsOverview_NodeCheck(ByVal Node As MSComctlLib.Node tree.Nodes(Node.index).Checked = True End Sub Thanks, Jurry. PS: I'm using VBA -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Preventing user input for individual cells | Excel Worksheet Functions | |||
Clear a Checkbox in a a user form | Excel Discussion (Misc queries) | |||
Preventing an excel file from being deleted by another user | Excel Discussion (Misc queries) | |||
Preventing a user name in comments | Excel Discussion (Misc queries) | |||
Preventing user entering duplicate values in a cell range | Excel Worksheet Functions |