I would like to iterate through members of any class in a referenced library much like is done using the Object Browser. How can this be done using VBA?
Unfortunately, Access VBA doesn't support reflection. You could try creating your own abstraction of the object hierarchy that will inspect property values, etc. for you. You might start with something like this: