Hi all,
I have a problem with a treeview from a userform. I don't know why the list of the documents does not display in the treeview with that code
Private Sub UserForm_Initialize()
pere = "C:\Users\AtivBook9\Downloads\"
If pere = "" Then Exit Sub
If pere = "C:\" Then Stop
Set tw =...