Question: To use VBA code to maintain a different VBA project, you can make use of VBA's extensibility. What is needed to enable extensibility?
- Set Macro Security to Trust Access to the VBA Project Object Model
- The project's workbook should be protected in the Ribbon's Review tab
- Include a reference to Microsoft VBA Extensibility 5.3
- Include a reference to Microsoft VBA Extensibility 5.3 and set Macro Security to Trust Access to the VBA Project Object Model
Answer: The correct answer of the above question is Option C:Include a reference to Microsoft VBA Extensibility 5.3