what is the name of the visual basic editor utility that allows you to view the Microsoft Access type library’s available objects and members? A. Object viewer B. Object browser C. Type library spy D. None of above

Object viewer
Object browser
Type library spy
None of above

The correct answer is: B. Object browser.

The Object Browser is a Visual Basic Editor utility that allows you to view the Microsoft Access type library’s available objects and members. It is a window that displays a list of all the objects and members in a type library. You can use the Object Browser to find information about an object, such as its properties, methods, and events. You can also use the Object Browser to create code that uses an object.

The Object Browser is a powerful tool that can help you to learn about and use the objects in a type library. It is a valuable resource for any developer who uses Visual Basic.

The other options are incorrect because:

  • A. Object viewer is a tool that allows you to view the properties and methods of an object. It is not a tool that allows you to view the type library’s available objects and members.
  • C. Type library spy is a tool that allows you to view the type library of an application. It is not a tool that allows you to view the type library’s available objects and members.
  • D. None of the above is the correct answer.