Menu

#3 children

Next_Release
open
None
5
2014-08-22
2014-08-22
JM Almeras
No

Hello John
I wish to report the following : I have an Excel file which has a userform with a TreeView control in it. In the TreeView control, you have objects like node, child, children... which enable you to loop through the TreeView once it has been filled with data
It so happens that in the same file, I have a VBA class where I have a Children property. If I SaveInvisibly the Excel file, I obtain a file which does not work any more because the Children keyword has been obfuscated, for example turned into "di" and the TreeView object does not know the "di" property !
I have added "children" to the word list and then "Children" is not obfuscated any more and the workbook works fine.
Do you think in such a case it would be possible to obfuscate the Children method within the VBA class and not the Children method of the Treeview ?
Thank you a lot for your nice and useful product
Cheers
Jean-Marie

Discussion


Log in to post a comment.