Recent content by SSE

  1. S

    Run Time Error: 91

    Public Function GotoFirstNode(tv As TreeView) As Node Dim nodNode As Node Set nodNode = tv.SelectedItem If nodNode Is Nothing And tv.Nodes.Count > 0 Then Set nodNode = tv.Nodes.Item(1) End If 'Goto the root of the current brach If tv.Nodes.Count > 0 Then...
  2. S

    Run Time Error: 91

    Hi Vilarestal Complete code is available in the earlier attached DB. Problem is occuring only for this set of value only, remaining are getting through. I hope problem in the length of the tree view. Kindly check & revert.
  3. S

    Run Time Error: 91

    Hi :banghead: Thanks for your reply I am getting Compile Error when using the *Set* Compile Error: Invalid use of property I attached my sample DB, hence kindly check & help me. Thank in advance.
  4. S

    Run Time Error: 91

    :banghead:Hi I got error message in Access Module, hence kindly guide where I doen the mistake. Error Message: =========== Run time error '91': Object Variable or With Block Variable Not Set. Code: ===== Public Sub SortNodes(tv As TreeView, Optional blExpand As Boolean) 'Sorts the nodes of...
Back
Top Bottom