Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Krypta

    Self-referencing in a class subroutine ("Me" is not working)

    Thank you - that did the trick. Is there a setting in the debugger that will let me see which line in class module is causing the error? That would help me figure out problems like this in the future.
  2. Krypta

    Self-referencing in a class subroutine ("Me" is not working)

    I am trying to build a tree class. Here is the relevant code from the class CNode: Private pChildA As CNode Private pParentA As CNode Public Property Get childA() As CNode child = pChildA End Property Public Property Set childA(inChild As CNode) Set pChildA = inChild End Property...

Part and Inventory Search

Back
Top