Which of the following is NOT true regarding assignment statements in VBA?
A Assignment statements Code use the equal sign (“=”) operator.
B Assignment statements assign what is on the left-hand side of the equal sign to the right-hand side of the operator.
C Assignment statements assign what is on the right-hand side of the equal sign to the left-hand side of the operator.
D All of these are true regarding assignment statements in VBA.
Solution:
The options that are not true regarding the assignment operator of VBA are B and D.
Explanation:
Thus, the options that are not true are B and D.
Get Answers For Free
Most questions answered within 1 hours.