There are 3 type of modules following are not include in it.

[amp_mcq option1=”form modules,” option2=”standard modules” option3=”class modules.” option4=”basic module.” correct=”option4″]

The correct answer is D. basic module.

A module is a file that contains code that can be used in multiple places in a project. There are three types of modules in VBA:

  • Form modules: These modules contain code that is associated with a form.
  • Standard modules: These modules contain code that can be used in any form or module in the project.
  • Class modules: These modules contain code that defines a class. A class is a blueprint for creating objects.

A basic module is not a type of module in VBA.