Asked by Frank Lafferty on Jun 04, 2024

verifed

Verified

Which of the following objects contains VBA code that determines its behavior?

A) Form control
B) ActiveX command button
C) Shape from the Shapes gallery
D) Icon from the Icons gallery

ActiveX Command Button

An ActiveX Command Button is a control element used in Microsoft environments that allows developers to create interactive objects for user interfaces, such as buttons that execute specific actions when clicked.

VBA Code

A programming language used within Microsoft Office applications to automate tasks and manipulate data.

  • Differentiate between form controls and ActiveX controls in terms of functionality and use.
verifed

Verified Answer

SS
Srinivas SahooJun 04, 2024
Final Answer :
B
Explanation :
ActiveX command buttons can have VBA code associated with them that determines their behavior. Form controls, shapes, and icons do not have the capability for VBA code.