I am getting a 2465 Run Time Error referencing my Set Object = Me!tvw.Object. It's not recognizinf tvw???
Treeview
Collapse
X
-
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.Originally posted by newtoVBAI am getting a 2465 Run Time Error referencing my Set Object = Me!tvw.Object. It's not recognizinf tvw???
What is the error message?
Oh, and what version of VB are you using? -
use proper variable nameOriginally posted by newtoVBAI am getting a 2465 Run Time Error referencing my Set Object = Me!tvw.Object. It's not recognizinf tvw???Comment
Comment