In a module, the VB Name used to display a warning query icon is _______. A. vbCritical B. vbInformation C. vbExclamation D. vbQuestion

vbCritical
vbInformation
vbExclamation
vbQuestion

The correct answer is C. vbExclamation.

The vbExclamation constant is used to display a warning query icon in a module. The other options are:

  • vbCritical: Used to display a critical error icon.
  • vbInformation: Used to display an information icon.
  • vbQuestion: Used to display a question icon.