Treeview

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • newtoVBA
    New Member
    • Mar 2007
    • 1

    Treeview

    I am getting a 2465 Run Time Error referencing my Set Object = Me!tvw.Object. It's not recognizinf tvw???
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by newtoVBA
    I am getting a 2465 Run Time Error referencing my Set Object = Me!tvw.Object. It's not recognizinf tvw???
    If that snippet is copied and pasted directly from your code, is it possible that you're confusing VB by using an object named Object? Seems like a really bad idea, at any rate.

    What is the error message?

    Oh, and what version of VB are you using?

    Comment

    • vijaydiwakar
      Contributor
      • Feb 2007
      • 579

      #3
      Originally posted by newtoVBA
      I am getting a 2465 Run Time Error referencing my Set Object = Me!tvw.Object. It's not recognizinf tvw???
      use proper variable name

      Comment

      Working...